COLOR #0C1E01

HEX: #0C1E01 RGB: (12,30,1)

Color info

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

RGB color model

#0C1E01 color RGB value is (12,30,1).

RGB: (12,30,1) (5%, 12%, 0%)

RGB channels and saturation

R 12 of 255 = 5%
G 30 of 255 = 12%
B 1 of 255 = 0%

12
30
1

R + G + B ~ 6%. #0C1E01 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 30 + 1 = 43 (100%)
R 12 of 43 ~ 27.91%
G 30 of 43 ~ 69.77%
B 1 of 43 ~ 2.33'%

%27.91
%69.77

CMYK color model

#0C1E01 color CMYK value is (60,0,97,88).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 96.67%
  • key color value is 88.24%

CMYK: (60,0,97,88)
C60M0Y97K88 (60%, 0%, 97%, 88%)
(0.60 / 0.00 / 0.97 / 0.88)

CMYK percentages

%60
%0
%96.67
%88.24

Codes

Color #0C1E01 in popluar color models

0C 1E 01
RGB 12 30 1
HSL 97° 93.55% 6.08%
HSB/HSV 97° 96.67% 11.76%
CMYK 60.00% 0.00% 96.67%
88.24%

Color #0C1E01 in popluar number systems.

HEX 0C 1E 01
Decimal 12 30 1
Binary 1100 11110 1
Octal 14 36 1

Shades and tints

Shades of #0C1E01

#0C1E01
(12,30,1)
#0B1C01
(11,28,1)
#0A1A01
(10,26,1)
#091801
(9,24,1)
#081601
(8,22,1)
#071401
(7,20,1)
#061201
(6,18,1)
#051001
(5,16,1)
#040E01
(4,14,1)
#030C01
(3,12,1)
#020A01
(2,10,1)
#000000
(0,0,0)

Tints of #0C1E01

#0C1E01
(12,30,1)
#223218
(34,50,24)
#38462F
(56,70,47)
#4E5A46
(78,90,70)
#646E5D
(100,110,93)
#7A8274
(122,130,116)
#90968B
(144,150,139)
#A6AAA2
(166,170,162)
#BCBEB9
(188,190,185)
#D2D2D0
(210,210,208)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1E01; }

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

This text font color is #0C1E01.

Background Color

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

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

This div background color is #0C1E01.

Border color

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

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

This div border color is #0C1E01.

Opacity

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

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

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

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

This text has shadow with #0C1E01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1E01.

Preview

Color preview on black background

This text has color #0C1E01 on black background.


Color preview on white background

This text has color #0C1E01 on white background.


Black color preview on #0C1E01 background

This text has black color on #0C1E01 background.


White color preview on #0C1E01 background

This text has white color on #0C1E01 background.


Related colors

Complementary color

Complementary color for #hex is #F3E1FE.


I love getcolorcode.com

Triadic colors

1 #010C1E and #1E010C with #0C1E01 are triadic colors.

2 #011E0C and #1E0C01 with #0C1E01 are triadic colors.