COLOR #0C1821

HEX: #0C1821
RGB: (12,24,33)

Color info

#0C1821 contains red, green and blue colors in about the same proportion. Web safe color of #0C1821 is #000033 (or #003).

RGB color model

#0C1821 color RGB value is (12,24,33).

  • red value is 12;
  • green value is 24;
  • blue value is 33.
RGB: (12,24,33) (5%,9%,13%)

RGB channels and saturation

R 12 of 255 = 5%
G 24 of 255 = 9%
B 33 of 255 = 13%

12
24
33

R + G + B ~ 9%. #0C1821 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 24 + 33 = 69 (100%)
R 12 of 69 ~ 17.39%
G 24 of 69 ~ 34.78%
B 33 of 69 ~ 47.83%

%17.39
%34.78
%47.83

CMYK color model

#0C1821 color CMYK value is (64,27,0,87).

  • cyan value is 63.64%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (64,27,0,87) C64M27Y0K87 (64%,27%,0%,87%) (0.64/0.27/0.00/0.87)

CMYK percentages

%63.64
%27.27
%0
%87.06

Codes

Color #0C1821 in popluar color models

0C1821
RGB122433
HSL206°46.67%8.82%
HSB/HSV206°63.64%12.94%
CMYK63.64%27.27%0.00%
87.06%

Color #0C1821 in popluar number systems.

HEX0C1821
Decimal122433
Binary110011000100001
Octal143041

Shades and tints

Shades of #0C1821

#0C1821
(12,24,33)
#0B161E
(11,22,30)
#0A141B
(10,20,27)
#091218
(9,18,24)
#081015
(8,16,21)
#070E12
(7,14,18)
#060C0F
(6,12,15)
#050A0C
(5,10,12)
#040809
(4,8,9)
#030606
(3,6,6)
#020403
(2,4,3)
#000000
(0,0,0)

Tints of #0C1821

#0C1821
(12,24,33)
#222D35
(34,45,53)
#384249
(56,66,73)
#4E575D
(78,87,93)
#646C71
(100,108,113)
#7A8185
(122,129,133)
#909699
(144,150,153)
#A6ABAD
(166,171,173)
#BCC0C1
(188,192,193)
#D2D5D5
(210,213,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1821 color. Also use rgb(12,24,33) instead hex code.

Text Font Color

.myTextColor { color: #0C1821; }

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

This text font color is #0C1821.


Background Color

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

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

This div background color is #0C1821.


Border color

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

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

This div border color is #0C1821.


Opacity

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

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

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

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

This text has shadow with #0C1821 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #0C1821; -webkit-box-shadow:	1px 1px 3px 2px #0C1821; box-shadow:	1px 1px 3px 2px #0C1821; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0C1821; -webkit-box-shadow: 1px 1px 3px 2px #0C1821; box-shadow:1px 1px 3px 2px #0C1821;">
Div content here</div>
This div box has shadow with color #0C1821.

Preview

Color preview on black background

This text has color #0C1821 on black background.


Color preview on white background

This text has color #0C1821 on white background.



Black color preview on #0C1821 background

This text has black color on #0C1821 background.


White color preview on #0C1821 background

This text has white color on #0C1821 background.