COLOR #24000E

HEX: #24000E
RGB: (36,0,14)

Color info

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

RGB color model

#24000E color RGB value is (36,0,14).

  • red value is 36;
  • green value is 0;
  • blue value is 14.
RGB:
(36,0,14)
(14%,0%,5%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 14 of 255 = 5%

36
0
14

R + G + B ~ 6%. #24000E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 0 + 14 = 50 (100%)
R 36 of 50 ~ 72%
G 0 of 50 ~ 0%
B 14 of 50 ~ 28%

%72
%28

CMYK color model

#24000E color CMYK value is (0,100,61,86).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 61.11%
  • key color value is 85.88%
CMYK:
(0,100,61,86)
C0M100Y61K86 
(0%,100%,61%,86%)
(0.00/1.00/0.61/0.86)	

CMYK percentages

%0
%100
%61.11
%85.88

Codes

Color #24000E in popluar color models

24000E
RGB36014
HSL337°100.00%7.06%
HSB/HSV337°100.00%14.12%
CMYK0.00%100.00%61.11%
85.88%

Color #24000E in popluar number systems.

HEX24000E
Decimal36014
Binary10010001110
Octal44016

Shades and tints

Shades of #24000E

#24000E
(36,0,14)
#21000D
(33,0,13)
#1E000C
(30,0,12)
#1B000B
(27,0,11)
#18000A
(24,0,10)
#150009
(21,0,9)
#120008
(18,0,8)
#0F0007
(15,0,7)
#0C0006
(12,0,6)
#090005
(9,0,5)
#060004
(6,0,4)
#000000
(0,0,0)

Tints of #24000E

#24000E
(36,0,14)
#371723
(55,23,35)
#4A2E38
(74,46,56)
#5D454D
(93,69,77)
#705C62
(112,92,98)
#837377
(131,115,119)
#968A8C
(150,138,140)
#A9A1A1
(169,161,161)
#BCB8B6
(188,184,182)
#CFCFCB
(207,207,203)
#E2E6E0
(226,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24000E color. Also use rgb(36,0,14) instead hex code.

Text Font Color

.myTextColor { color: #24000E; }

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

This text font color is #24000E.


Background Color

.myBgColor { background-color: #24000E; }

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

This div background color is #24000E.


Border color

.myBorderColor { border: 1px solid #24000E; }

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

This div border color is #24000E.


Opacity

.myOpacity80 { color: #24000E; opacity: 0.8; }

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

Text with #24000E 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 #24000E;}

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

This text has shadow with #24000E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24000E on black background.


Color preview on white background

This text has color #24000E on white background.



Black color preview on #24000E background

This text has black color on #24000E background.


White color preview on #24000E background

This text has white color on #24000E background.