COLOR #0C241B

HEX: #0C241B RGB: (12,36,27)

Color info

#0C241B contains red, green and blue colors in about the same proportion. Web safe color of #0C241B is #003333 (or #033).

RGB color model

#0C241B color RGB value is (12,36,27).

RGB: (12,36,27) (5%, 14%, 11%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 27 of 255 = 11%

12
36
27

R + G + B ~ 10%. #0C241B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 36 + 27 = 75 (100%)
R 12 of 75 ~ 16%
G 36 of 75 ~ 48%
B 27 of 75 ~ 36'%

%16
%48
%36

CMYK color model

#0C241B color CMYK value is (67,0,25,86).

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

CMYK: (67,0,25,86)
C67M0Y25K86 (67%, 0%, 25%, 86%)
(0.67 / 0.00 / 0.25 / 0.86)

CMYK percentages

%66.67
%0
%25
%85.88

Codes

Color #0C241B in popluar color models

0C 24 1B
RGB 12 36 27
HSL 158° 50.00% 9.41%
HSB/HSV 158° 66.67% 14.12%
CMYK 66.67% 0.00% 25.00%
85.88%

Color #0C241B in popluar number systems.

HEX 0C 24 1B
Decimal 12 36 27
Binary 1100 100100 11011
Octal 14 44 33

Shades and tints

Shades of #0C241B

#0C241B
(12,36,27)
#0B2119
(11,33,25)
#0A1E17
(10,30,23)
#091B15
(9,27,21)
#081813
(8,24,19)
#071511
(7,21,17)
#06120F
(6,18,15)
#050F0D
(5,15,13)
#040C0B
(4,12,11)
#030909
(3,9,9)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #0C241B

#0C241B
(12,36,27)
#22372F
(34,55,47)
#384A43
(56,74,67)
#4E5D57
(78,93,87)
#64706B
(100,112,107)
#7A837F
(122,131,127)
#909693
(144,150,147)
#A6A9A7
(166,169,167)
#BCBCBB
(188,188,187)
#D2CFCF
(210,207,207)
#E8E2E3
(232,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C241B color. Also use rgb(12,36,27) instead hex code.

Text Font Color

.myTextColor { color: #0C241B; }

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

This text font color is #0C241B.

Background Color

.myBgColor { background-color: #0C241B; }

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

This div background color is #0C241B.

Border color

.myBorderColor { border: 1px solid #0C241B; }

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

This div border color is #0C241B.

Opacity

.myOpacity80 { color: #0C241B; opacity: 0.8; }

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

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

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

This text has shadow with #0C241B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C241B.

Preview

Color preview on black background

This text has color #0C241B on black background.


Color preview on white background

This text has color #0C241B on white background.


Black color preview on #0C241B background

This text has black color on #0C241B background.


White color preview on #0C241B background

This text has white color on #0C241B background.


Related colors

Complementary color

Complementary color for #hex is #F3DBE4.


I love getcolorcode.com

Triadic colors

1 #1B0C24 and #241B0C with #0C241B are triadic colors.

2 #1B240C and #240C1B with #0C241B are triadic colors.