COLOR #24000F

HEX: #24000F
RGB: (36,0,15)

Color info

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

RGB color model

#24000F color RGB value is (36,0,15).

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

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 15 of 255 = 6%

36
0
15

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

Portions of RGB colors in percentages

R + G + B =
36 + 0 + 15 = 51 (100%)
R 36 of 51 ~ 70.59%
G 0 of 51 ~ 0%
B 15 of 51 ~ 29.41%

%70.59
%29.41

CMYK color model

#24000F color CMYK value is (0,100,58,86).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK:
(0,100,58,86)
C0M100Y58K86 
(0%,100%,58%,86%)
(0.00/1.00/0.58/0.86)	

CMYK percentages

%0
%100
%58.33
%85.88

Codes

Color #24000F in popluar color models

24000F
RGB36015
HSL335°100.00%7.06%
HSB/HSV335°100.00%14.12%
CMYK0.00%100.00%58.33%
85.88%

Color #24000F in popluar number systems.

HEX24000F
Decimal36015
Binary10010001111
Octal44017

Shades and tints

Shades of #24000F

#24000F
(36,0,15)
#21000E
(33,0,14)
#1E000D
(30,0,13)
#1B000C
(27,0,12)
#18000B
(24,0,11)
#15000A
(21,0,10)
#120009
(18,0,9)
#0F0008
(15,0,8)
#0C0007
(12,0,7)
#090006
(9,0,6)
#060005
(6,0,5)
#000000
(0,0,0)

Tints of #24000F

#24000F
(36,0,15)
#371724
(55,23,36)
#4A2E39
(74,46,57)
#5D454E
(93,69,78)
#705C63
(112,92,99)
#837378
(131,115,120)
#968A8D
(150,138,141)
#A9A1A2
(169,161,162)
#BCB8B7
(188,184,183)
#CFCFCC
(207,207,204)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24000F; }

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

This text font color is #24000F.


Background Color

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

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

This div background color is #24000F.


Border color

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

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

This div border color is #24000F.


Opacity

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

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

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

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

This text has shadow with #24000F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24000F on black background.


Color preview on white background

This text has color #24000F on white background.



Black color preview on #24000F background

This text has black color on #24000F background.


White color preview on #24000F background

This text has white color on #24000F background.