COLOR #240C14

HEX: #240C14 RGB: (36,12,20)

Color info

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

RGB color model

#240C14 color RGB value is (36,12,20).

RGB: (36,12,20) (14%, 5%, 8%)

RGB channels and saturation

R 36 of 255 = 14%
G 12 of 255 = 5%
B 20 of 255 = 8%

36
12
20

R + G + B ~ 9%. #240C14 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 12 + 20 = 68 (100%)
R 36 of 68 ~ 52.94%
G 12 of 68 ~ 17.65%
B 20 of 68 ~ 29.41'%

%52.94
%17.65
%29.41

CMYK color model

#240C14 color CMYK value is (0,67,44,86).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 44.44%
  • key color value is 85.88%

CMYK: (0,67,44,86)
C0M67Y44K86 (0%, 67%, 44%, 86%)
(0.00 / 0.67 / 0.44 / 0.86)

CMYK percentages

%0
%66.67
%44.44
%85.88

Codes

Color #240C14 in popluar color models

24 0C 14
RGB 36 12 20
HSL 340° 50.00% 9.41%
HSB/HSV 340° 66.67% 14.12%
CMYK 0.00% 66.67% 44.44%
85.88%

Color #240C14 in popluar number systems.

HEX 24 0C 14
Decimal 36 12 20
Binary 100100 1100 10100
Octal 44 14 24

Shades and tints

Shades of #240C14

#240C14
(36,12,20)
#210B13
(33,11,19)
#1E0A12
(30,10,18)
#1B0911
(27,9,17)
#180810
(24,8,16)
#15070F
(21,7,15)
#12060E
(18,6,14)
#0F050D
(15,5,13)
#0C040C
(12,4,12)
#09030B
(9,3,11)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #240C14

#240C14
(36,12,20)
#372229
(55,34,41)
#4A383E
(74,56,62)
#5D4E53
(93,78,83)
#706468
(112,100,104)
#837A7D
(131,122,125)
#969092
(150,144,146)
#A9A6A7
(169,166,167)
#BCBCBC
(188,188,188)
#CFD2D1
(207,210,209)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240C14; }

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

This text font color is #240C14.

Background Color

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

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

This div background color is #240C14.

Border color

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

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

This div border color is #240C14.

Opacity

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

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

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

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

This text has shadow with #240C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240C14.

Preview

Color preview on black background

This text has color #240C14 on black background.


Color preview on white background

This text has color #240C14 on white background.


Black color preview on #240C14 background

This text has black color on #240C14 background.


White color preview on #240C14 background

This text has white color on #240C14 background.


Related colors

Complementary color

Complementary color for #hex is #DBF3EB.


I love getcolorcode.com

Triadic colors

1 #14240C and #0C1424 with #240C14 are triadic colors.

2 #140C24 and #0C2414 with #240C14 are triadic colors.