COLOR #280001

HEX: #280001
RGB: (40,0,1)

Color info

#280001 contains only red and blue colors. Web safe color of #280001 is #330000 (or #300).

RGB color model

#280001 color RGB value is (40,0,1).

  • red value is 40;
  • green value is 0;
  • blue value is 1.
RGB:
(40,0,1)
(16%,0%,0%)

RGB channels and saturation

R 40 of 255 = 16%
G 0 of 255 = 0%
B 1 of 255 = 0%

40
0
1

R + G + B ~ 5%. #280001 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 0 + 1 = 41 (100%)
R 40 of 41 ~ 97.56%
G 0 of 41 ~ 0%
B 1 of 41 ~ 2.44%

%97.56

CMYK color model

#280001 color CMYK value is (0,100,98,84).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 97.50%
  • key color value is 84.31%
CMYK:
(0,100,98,84)
C0M100Y98K84 
(0%,100%,98%,84%)
(0.00/1.00/0.98/0.84)	

CMYK percentages

%0
%100
%97.5
%84.31

Codes

Color #280001 in popluar color models

280001
RGB4001
HSL359°100.00%7.84%
HSB/HSV359°100.00%15.69%
CMYK0.00%100.00%97.50%
84.31%

Color #280001 in popluar number systems.

HEX280001
Decimal4001
Binary10100001
Octal5001

Shades and tints

Shades of #280001

#280001
(40,0,1)
#250001
(37,0,1)
#220001
(34,0,1)
#1F0001
(31,0,1)
#1C0001
(28,0,1)
#190001
(25,0,1)
#160001
(22,0,1)
#130001
(19,0,1)
#100001
(16,0,1)
#0D0001
(13,0,1)
#0A0001
(10,0,1)
#000000
(0,0,0)

Tints of #280001

#280001
(40,0,1)
#3B1718
(59,23,24)
#4E2E2F
(78,46,47)
#614546
(97,69,70)
#745C5D
(116,92,93)
#877374
(135,115,116)
#9A8A8B
(154,138,139)
#ADA1A2
(173,161,162)
#C0B8B9
(192,184,185)
#D3CFD0
(211,207,208)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280001 color. Also use rgb(40,0,1) instead hex code.

Text Font Color

.myTextColor { color: #280001; }

<p style="color:#280001">This sample text font color is #280001.</p>

This text font color is #280001.


Background Color

.myBgColor { background-color: #280001; }

<div style="background-color:#280001">Inner text</div>

This div background color is #280001.


Border color

.myBorderColor { border: 1px solid #280001; }

<div style="border:3px solid #280001">Div</div>

This div border color is #280001.


Opacity

.myOpacity80 { color: #280001; opacity: 0.8; }

<p style="color:#280001;opacity:0.8;">80%</p>

Text with #280001 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #280001;}

<p style="text-shadow: 3px 3px 1px #280001">Text here.</p>

This text has shadow with #280001 color.

.textShadow {text-shadow: 3px 3px 1px #280001, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #280001, 5px 5px 20px red">Text here.</p>

This text has shadow with #280001 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#280001, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#280001, Direction=45, Strength=4)">Text</p>

This text has shadow with #280001 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #280001;
  -webkit-box-shadow:	1px 1px 3px 2px #280001;
  box-shadow:		1px 1px 3px 2px #280001;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #280001;
-webkit-box-shadow: 1px 1px 3px 2px #280001;
box-shadow:1px 1px 3px 2px #280001;">
Div content here</div>
This div box has shadow with color #280001.

Preview

Color preview on black background

This text has color #280001 on black background.


Color preview on white background

This text has color #280001 on white background.



Black color preview on #280001 background

This text has black color on #280001 background.


White color preview on #280001 background

This text has white color on #280001 background.