COLOR #240D01

HEX: #240D01 RGB: (36,13,1)

Color info

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

RGB color model

#240D01 color RGB value is (36,13,1).

RGB: (36,13,1) (14%, 5%, 0%)

RGB channels and saturation

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

36
13
1

R + G + B ~ 6%. #240D01 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 13 + 1 = 50 (100%)
R 36 of 50 ~ 72%
G 13 of 50 ~ 26%
B 1 of 50 ~ 2'%

%72
%26

CMYK color model

#240D01 color CMYK value is (0,64,97,86).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 97.22%
  • key color value is 85.88%

CMYK: (0,64,97,86)
C0M64Y97K86 (0%, 64%, 97%, 86%)
(0.00 / 0.64 / 0.97 / 0.86)

CMYK percentages

%0
%63.89
%97.22
%85.88

Codes

Color #240D01 in popluar color models

24 0D 01
RGB 36 13 1
HSL 21° 94.59% 7.25%
HSB/HSV 21° 97.22% 14.12%
CMYK 0.00% 63.89% 97.22%
85.88%

Color #240D01 in popluar number systems.

HEX 24 0D 01
Decimal 36 13 1
Binary 100100 1101 1
Octal 44 15 1

Shades and tints

Shades of #240D01

#240D01
(36,13,1)
#210C01
(33,12,1)
#1E0B01
(30,11,1)
#1B0A01
(27,10,1)
#180901
(24,9,1)
#150801
(21,8,1)
#120701
(18,7,1)
#0F0601
(15,6,1)
#0C0501
(12,5,1)
#090401
(9,4,1)
#060301
(6,3,1)
#000000
(0,0,0)

Tints of #240D01

#240D01
(36,13,1)
#372318
(55,35,24)
#4A392F
(74,57,47)
#5D4F46
(93,79,70)
#70655D
(112,101,93)
#837B74
(131,123,116)
#96918B
(150,145,139)
#A9A7A2
(169,167,162)
#BCBDB9
(188,189,185)
#CFD3D0
(207,211,208)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240D01 color. Also use rgb(36,13,1) instead hex code.

Text Font Color

.myTextColor { color: #240D01; }

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

This text font color is #240D01.

Background Color

.myBgColor { background-color: #240D01; }

<div style="background-color:#240D01">Inner text</div>

This div background color is #240D01.

Border color

.myBorderColor { border: 1px solid #240D01; }

<div style="border:3px solid #240D01">Div</div>

This div border color is #240D01.

Opacity

.myOpacity80 { color: #240D01; opacity: 0.8; }

<p style="color:#240D01;opacity:0.8;">80%</p>

Text with #240D01 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 #240D01;}

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

This text has shadow with #240D01 color.


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

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

This text has shadow with #240D01 primary color and red secondary color.


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

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

This text has shadow with #240D01 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #240D01.

Preview

Color preview on black background

This text has color #240D01 on black background.


Color preview on white background

This text has color #240D01 on white background.


Black color preview on #240D01 background

This text has black color on #240D01 background.


White color preview on #240D01 background

This text has white color on #240D01 background.


Related colors

Complementary color

Complementary color for #hex is #DBF2FE.


I love getcolorcode.com

Triadic colors

1 #01240D and #0D0124 with #240D01 are triadic colors.

2 #010D24 and #0D2401 with #240D01 are triadic colors.