COLOR #240612

HEX: #240612 RGB: (36,6,18)

Color info

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

RGB color model

#240612 color RGB value is (36,6,18).

RGB: (36,6,18) (14%, 2%, 7%)

RGB channels and saturation

R 36 of 255 = 14%
G 6 of 255 = 2%
B 18 of 255 = 7%

36
6
18

R + G + B ~ 8%. #240612 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 6 + 18 = 60 (100%)
R 36 of 60 ~ 60%
G 6 of 60 ~ 10%
B 18 of 60 ~ 30'%

%60
%30

CMYK color model

#240612 color CMYK value is (0,83,50,86).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 50.00%
  • key color value is 85.88%

CMYK: (0,83,50,86)
C0M83Y50K86 (0%, 83%, 50%, 86%)
(0.00 / 0.83 / 0.50 / 0.86)

CMYK percentages

%0
%83.33
%50
%85.88

Codes

Color #240612 in popluar color models

24 06 12
RGB 36 6 18
HSL 336° 71.43% 8.24%
HSB/HSV 336° 83.33% 14.12%
CMYK 0.00% 83.33% 50.00%
85.88%

Color #240612 in popluar number systems.

HEX 24 06 12
Decimal 36 6 18
Binary 100100 110 10010
Octal 44 6 22

Shades and tints

Shades of #240612

#240612
(36,6,18)
#210611
(33,6,17)
#1E0610
(30,6,16)
#1B060F
(27,6,15)
#18060E
(24,6,14)
#15060D
(21,6,13)
#12060C
(18,6,12)
#0F060B
(15,6,11)
#0C060A
(12,6,10)
#090609
(9,6,9)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #240612

#240612
(36,6,18)
#371C27
(55,28,39)
#4A323C
(74,50,60)
#5D4851
(93,72,81)
#705E66
(112,94,102)
#83747B
(131,116,123)
#968A90
(150,138,144)
#A9A0A5
(169,160,165)
#BCB6BA
(188,182,186)
#CFCCCF
(207,204,207)
#E2E2E4
(226,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240612 color. Also use rgb(36,6,18) instead hex code.

Text Font Color

.myTextColor { color: #240612; }

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

This text font color is #240612.

Background Color

.myBgColor { background-color: #240612; }

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

This div background color is #240612.

Border color

.myBorderColor { border: 1px solid #240612; }

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

This div border color is #240612.

Opacity

.myOpacity80 { color: #240612; opacity: 0.8; }

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

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

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

This text has shadow with #240612 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240612.

Preview

Color preview on black background

This text has color #240612 on black background.


Color preview on white background

This text has color #240612 on white background.


Black color preview on #240612 background

This text has black color on #240612 background.


White color preview on #240612 background

This text has white color on #240612 background.


Related colors

Complementary color

Complementary color for #hex is #DBF9ED.


I love getcolorcode.com

Triadic colors

1 #122406 and #061224 with #240612 are triadic colors.

2 #120624 and #062412 with #240612 are triadic colors.