COLOR #280B18

HEX: #280B18 RGB: (40,11,24)

Color info

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

RGB color model

#280B18 color RGB value is (40,11,24).

RGB: (40,11,24) (16%, 4%, 9%)

RGB channels and saturation

R 40 of 255 = 16%
G 11 of 255 = 4%
B 24 of 255 = 9%

40
11
24

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

Portions of RGB colors in percentages

R + G + B = 40 + 11 + 24 = 75 (100%)
R 40 of 75 ~ 53.33%
G 11 of 75 ~ 14.67%
B 24 of 75 ~ 32'%

%53.33
%14.67
%32

CMYK color model

#280B18 color CMYK value is (0,73,40,84).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 40.00%
  • key color value is 84.31%

CMYK: (0,73,40,84)
C0M73Y40K84 (0%, 73%, 40%, 84%)
(0.00 / 0.73 / 0.40 / 0.84)

CMYK percentages

%0
%72.5
%40
%84.31

Codes

Color #280B18 in popluar color models

28 0B 18
RGB 40 11 24
HSL 333° 56.86% 10.00%
HSB/HSV 333° 72.50% 15.69%
CMYK 0.00% 72.50% 40.00%
84.31%

Color #280B18 in popluar number systems.

HEX 28 0B 18
Decimal 40 11 24
Binary 101000 1011 11000
Octal 50 13 30

Shades and tints

Shades of #280B18

#280B18
(40,11,24)
#250A16
(37,10,22)
#220914
(34,9,20)
#1F0812
(31,8,18)
#1C0710
(28,7,16)
#19060E
(25,6,14)
#16050C
(22,5,12)
#13040A
(19,4,10)
#100308
(16,3,8)
#0D0206
(13,2,6)
#0A0104
(10,1,4)
#000000
(0,0,0)

Tints of #280B18

#280B18
(40,11,24)
#3B212D
(59,33,45)
#4E3742
(78,55,66)
#614D57
(97,77,87)
#74636C
(116,99,108)
#877981
(135,121,129)
#9A8F96
(154,143,150)
#ADA5AB
(173,165,171)
#C0BBC0
(192,187,192)
#D3D1D5
(211,209,213)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280B18; }

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

This text font color is #280B18.

Background Color

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

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

This div background color is #280B18.

Border color

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

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

This div border color is #280B18.

Opacity

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

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

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

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

This text has shadow with #280B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #280B18.

Preview

Color preview on black background

This text has color #280B18 on black background.


Color preview on white background

This text has color #280B18 on white background.


Black color preview on #280B18 background

This text has black color on #280B18 background.


White color preview on #280B18 background

This text has white color on #280B18 background.


Related colors

Complementary color

Complementary color for #hex is #D7F4E7.


I love getcolorcode.com

Triadic colors

1 #18280B and #0B1828 with #280B18 are triadic colors.

2 #180B28 and #0B2818 with #280B18 are triadic colors.