COLOR #0C241A

HEX: #0C241A RGB: (12,36,26)

Color info

#0C241A contains red, green and blue colors in about the same proportion. Web safe color of #0C241A is #003300 (or #030).

RGB color model

#0C241A color RGB value is (12,36,26).

RGB: (12,36,26) (5%, 14%, 10%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 26 of 255 = 10%

12
36
26

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

Portions of RGB colors in percentages

R + G + B = 12 + 36 + 26 = 74 (100%)
R 12 of 74 ~ 16.22%
G 36 of 74 ~ 48.65%
B 26 of 74 ~ 35.14'%

%16.22
%48.65
%35.14

CMYK color model

#0C241A color CMYK value is (67,0,28,86).

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

CMYK: (67,0,28,86)
C67M0Y28K86 (67%, 0%, 28%, 86%)
(0.67 / 0.00 / 0.28 / 0.86)

CMYK percentages

%66.67
%0
%27.78
%85.88

Codes

Color #0C241A in popluar color models

0C 24 1A
RGB 12 36 26
HSL 155° 50.00% 9.41%
HSB/HSV 155° 66.67% 14.12%
CMYK 66.67% 0.00% 27.78%
85.88%

Color #0C241A in popluar number systems.

HEX 0C 24 1A
Decimal 12 36 26
Binary 1100 100100 11010
Octal 14 44 32

Shades and tints

Shades of #0C241A

#0C241A
(12,36,26)
#0B2118
(11,33,24)
#0A1E16
(10,30,22)
#091B14
(9,27,20)
#081812
(8,24,18)
#071510
(7,21,16)
#06120E
(6,18,14)
#050F0C
(5,15,12)
#040C0A
(4,12,10)
#030908
(3,9,8)
#020606
(2,6,6)
#000000
(0,0,0)

Tints of #0C241A

#0C241A
(12,36,26)
#22372E
(34,55,46)
#384A42
(56,74,66)
#4E5D56
(78,93,86)
#64706A
(100,112,106)
#7A837E
(122,131,126)
#909692
(144,150,146)
#A6A9A6
(166,169,166)
#BCBCBA
(188,188,186)
#D2CFCE
(210,207,206)
#E8E2E2
(232,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C241A; }

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

This text font color is #0C241A.

Background Color

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

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

This div background color is #0C241A.

Border color

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

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

This div border color is #0C241A.

Opacity

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

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

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

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

This text has shadow with #0C241A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C241A.

Preview

Color preview on black background

This text has color #0C241A on black background.


Color preview on white background

This text has color #0C241A on white background.


Black color preview on #0C241A background

This text has black color on #0C241A background.


White color preview on #0C241A background

This text has white color on #0C241A background.


Related colors

Complementary color

Complementary color for #hex is #F3DBE5.


I love getcolorcode.com

Triadic colors

1 #1A0C24 and #241A0C with #0C241A are triadic colors.

2 #1A240C and #240C1A with #0C241A are triadic colors.