COLOR #24080B

HEX: #24080B
RGB: (36,8,11)

Color info

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

RGB color model

#24080B color RGB value is (36,8,11).

  • red value is 36;
  • green value is 8;
  • blue value is 11.
RGB:
(36,8,11)
(14%,3%,4%)

RGB channels and saturation

R 36 of 255 = 14%
G 8 of 255 = 3%
B 11 of 255 = 4%

36
8
11

R + G + B ~ 7%. #24080B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 8 + 11 = 55 (100%)
R 36 of 55 ~ 65.45%
G 8 of 55 ~ 14.55%
B 11 of 55 ~ 20%

%65.45
%14.55
%20

CMYK color model

#24080B color CMYK value is (0,78,69,86).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 69.44%
  • key color value is 85.88%
CMYK:
(0,78,69,86)
C0M78Y69K86 
(0%,78%,69%,86%)
(0.00/0.78/0.69/0.86)	

CMYK percentages

%0
%77.78
%69.44
%85.88

Codes

Color #24080B in popluar color models

24080B
RGB36811
HSL354°63.64%8.63%
HSB/HSV354°77.78%14.12%
CMYK0.00%77.78%69.44%
85.88%

Color #24080B in popluar number systems.

HEX24080B
Decimal36811
Binary10010010001011
Octal441013

Shades and tints

Shades of #24080B

#24080B
(36,8,11)
#21080A
(33,8,10)
#1E0809
(30,8,9)
#1B0808
(27,8,8)
#180807
(24,8,7)
#150806
(21,8,6)
#120805
(18,8,5)
#0F0804
(15,8,4)
#0C0803
(12,8,3)
#090802
(9,8,2)
#060801
(6,8,1)
#000000
(0,0,0)

Tints of #24080B

#24080B
(36,8,11)
#371E21
(55,30,33)
#4A3437
(74,52,55)
#5D4A4D
(93,74,77)
#706063
(112,96,99)
#837679
(131,118,121)
#968C8F
(150,140,143)
#A9A2A5
(169,162,165)
#BCB8BB
(188,184,187)
#CFCED1
(207,206,209)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24080B color. Also use rgb(36,8,11) instead hex code.

Text Font Color

.myTextColor { color: #24080B; }

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

This text font color is #24080B.


Background Color

.myBgColor { background-color: #24080B; }

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

This div background color is #24080B.


Border color

.myBorderColor { border: 1px solid #24080B; }

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

This div border color is #24080B.


Opacity

.myOpacity80 { color: #24080B; opacity: 0.8; }

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

Text with #24080B 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 #24080B;}

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

This text has shadow with #24080B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24080B on black background.


Color preview on white background

This text has color #24080B on white background.



Black color preview on #24080B background

This text has black color on #24080B background.


White color preview on #24080B background

This text has white color on #24080B background.