COLOR #240C01

HEX: #240C01 RGB: (36,12,1)

Color info

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

RGB color model

#240C01 color RGB value is (36,12,1).

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

RGB channels and saturation

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

36
12
1

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

Portions of RGB colors in percentages

R + G + B = 36 + 12 + 1 = 49 (100%)
R 36 of 49 ~ 73.47%
G 12 of 49 ~ 24.49%
B 1 of 49 ~ 2.04'%

%73.47
%24.49

CMYK color model

#240C01 color CMYK value is (0,67,97,86).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 97.22%
  • key color value is 85.88%
CMYK: (0,67,97,86) C0M67Y97K86 (0%,67%,97%,86%) (0.00/0.67/0.97/0.86) 

CMYK percentages

%0
%66.67
%97.22
%85.88

Codes

Color #240C01 in popluar color models

24 0C 01
RGB 36 12 1
HSL 19° 94.59% 7.25%
HSB/HSV 19° 97.22% 14.12%
CMYK 0.00% 66.67% 97.22%
85.88%

Color #240C01 in popluar number systems.

HEX 24 0C 01
Decimal 36 12 1
Binary 100100 1100 1
Octal 44 14 1

Shades and tints

Shades of #240C01

#240C01
(36,12,1)
#210B01
(33,11,1)
#1E0A01
(30,10,1)
#1B0901
(27,9,1)
#180801
(24,8,1)
#150701
(21,7,1)
#120601
(18,6,1)
#0F0501
(15,5,1)
#0C0401
(12,4,1)
#090301
(9,3,1)
#060201
(6,2,1)
#000000
(0,0,0)

Tints of #240C01

#240C01
(36,12,1)
#372218
(55,34,24)
#4A382F
(74,56,47)
#5D4E46
(93,78,70)
#70645D
(112,100,93)
#837A74
(131,122,116)
#96908B
(150,144,139)
#A9A6A2
(169,166,162)
#BCBCB9
(188,188,185)
#CFD2D0
(207,210,208)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240C01; }

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

This text font color is #240C01.

Background Color

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

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

This div background color is #240C01.

Border color

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

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

This div border color is #240C01.

Opacity

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

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

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

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

This text has shadow with #240C01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240C01.

Preview

Color preview on black background

This text has color #240C01 on black background.


Color preview on white background

This text has color #240C01 on white background.


Black color preview on #240C01 background

This text has black color on #240C01 background.


White color preview on #240C01 background

This text has white color on #240C01 background.


Related colors

Complementary color

Complementary color for #hex is #DBF3FE.


I love getcolorcode.com

Triadic colors

1 #01240C and #0C0124 with #240C01 are triadic colors.

2 #010C24 and #0C2401 with #240C01 are triadic colors.