COLOR #280B19

HEX: #280B19
RGB: (40,11,25)

Color info

#280B19 contains red, green and blue colors in about the same proportion. Web safe color of #280B19 is #330000 (or #300).

RGB color model

#280B19 color RGB value is (40,11,25).

  • red value is 40;
  • green value is 11;
  • blue value is 25.
RGB:
(40,11,25)
(16%,4%,10%)

RGB channels and saturation

R 40 of 255 = 16%
G 11 of 255 = 4%
B 25 of 255 = 10%

40
11
25

R + G + B ~ 10%. #280B19 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 11 + 25 = 76 (100%)
R 40 of 76 ~ 52.63%
G 11 of 76 ~ 14.47%
B 25 of 76 ~ 32.89%

%52.63
%14.47
%32.89

CMYK color model

#280B19 color CMYK value is (0,73,38,84).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 37.50%
  • key color value is 84.31%
CMYK:
(0,73,38,84)
C0M73Y38K84 
(0%,73%,38%,84%)
(0.00/0.73/0.38/0.84)	

CMYK percentages

%0
%72.5
%37.5
%84.31

Codes

Color #280B19 in popluar color models

280B19
RGB401125
HSL331°56.86%10.00%
HSB/HSV331°72.50%15.69%
CMYK0.00%72.50%37.50%
84.31%

Color #280B19 in popluar number systems.

HEX280B19
Decimal401125
Binary101000101111001
Octal501331

Shades and tints

Shades of #280B19

#280B19
(40,11,25)
#250A17
(37,10,23)
#220915
(34,9,21)
#1F0813
(31,8,19)
#1C0711
(28,7,17)
#19060F
(25,6,15)
#16050D
(22,5,13)
#13040B
(19,4,11)
#100309
(16,3,9)
#0D0207
(13,2,7)
#0A0105
(10,1,5)
#000000
(0,0,0)

Tints of #280B19

#280B19
(40,11,25)
#3B212D
(59,33,45)
#4E3741
(78,55,65)
#614D55
(97,77,85)
#746369
(116,99,105)
#87797D
(135,121,125)
#9A8F91
(154,143,145)
#ADA5A5
(173,165,165)
#C0BBB9
(192,187,185)
#D3D1CD
(211,209,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280B19 color. Also use rgb(40,11,25) instead hex code.

Text Font Color

.myTextColor { color: #280B19; }

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

This text font color is #280B19.


Background Color

.myBgColor { background-color: #280B19; }

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

This div background color is #280B19.


Border color

.myBorderColor { border: 1px solid #280B19; }

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

This div border color is #280B19.


Opacity

.myOpacity80 { color: #280B19; opacity: 0.8; }

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

Text with #280B19 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 #280B19;}

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

This text has shadow with #280B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280B19 on black background.


Color preview on white background

This text has color #280B19 on white background.



Black color preview on #280B19 background

This text has black color on #280B19 background.


White color preview on #280B19 background

This text has white color on #280B19 background.