COLOR #0C1801

HEX: #0C1801 RGB: (12,24,1)

Color info

#0C1801 contains red, green and blue colors in about the same proportion. Web safe color of #0C1801 is #000000 (or #000).

RGB color model

#0C1801 color RGB value is (12,24,1).

RGB: (12,24,1) (5%, 9%, 0%)

RGB channels and saturation

R 12 of 255 = 5%
G 24 of 255 = 9%
B 1 of 255 = 0%

12
24
1

R + G + B ~ 5%. #0C1801 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 24 + 1 = 37 (100%)
R 12 of 37 ~ 32.43%
G 24 of 37 ~ 64.86%
B 1 of 37 ~ 2.7'%

%32.43
%64.86

CMYK color model

#0C1801 color CMYK value is (50,0,96,91).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 90.59%

CMYK: (50,0,96,91)
C50M0Y96K91 (50%, 0%, 96%, 91%)
(0.50 / 0.00 / 0.96 / 0.91)

CMYK percentages

%50
%0
%95.83
%90.59

Codes

Color #0C1801 in popluar color models

0C 18 01
RGB 12 24 1
HSL 91° 92.00% 4.90%
HSB/HSV 91° 95.83% 9.41%
CMYK 50.00% 0.00% 95.83%
90.59%

Color #0C1801 in popluar number systems.

HEX 0C 18 01
Decimal 12 24 1
Binary 1100 11000 1
Octal 14 30 1

Shades and tints

Shades of #0C1801

#0C1801
(12,24,1)
#0B1601
(11,22,1)
#0A1401
(10,20,1)
#091201
(9,18,1)
#081001
(8,16,1)
#070E01
(7,14,1)
#060C01
(6,12,1)
#050A01
(5,10,1)
#040801
(4,8,1)
#030601
(3,6,1)
#020401
(2,4,1)
#000000
(0,0,0)

Tints of #0C1801

#0C1801
(12,24,1)
#222D18
(34,45,24)
#38422F
(56,66,47)
#4E5746
(78,87,70)
#646C5D
(100,108,93)
#7A8174
(122,129,116)
#90968B
(144,150,139)
#A6ABA2
(166,171,162)
#BCC0B9
(188,192,185)
#D2D5D0
(210,213,208)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1801; }

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

This text font color is #0C1801.

Background Color

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

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

This div background color is #0C1801.

Border color

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

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

This div border color is #0C1801.

Opacity

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

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

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

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

This text has shadow with #0C1801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1801.

Preview

Color preview on black background

This text has color #0C1801 on black background.


Color preview on white background

This text has color #0C1801 on white background.


Black color preview on #0C1801 background

This text has black color on #0C1801 background.


White color preview on #0C1801 background

This text has white color on #0C1801 background.


Related colors

Complementary color

Complementary color for #hex is #F3E7FE.


I love getcolorcode.com

Triadic colors

1 #010C18 and #18010C with #0C1801 are triadic colors.

2 #01180C and #180C01 with #0C1801 are triadic colors.