COLOR #0C030A

HEX: #0C030A RGB: (12,3,10)

Color info

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

RGB color model

#0C030A color RGB value is (12,3,10).

RGB: (12,3,10) (5%, 1%, 4%)

RGB channels and saturation

R 12 of 255 = 5%
G 3 of 255 = 1%
B 10 of 255 = 4%

12
3
10

R + G + B ~ 3%. #0C030A is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 3 + 10 = 25 (100%)
R 12 of 25 ~ 48%
G 3 of 25 ~ 12%
B 10 of 25 ~ 40'%

%48
%12
%40

CMYK color model

#0C030A color CMYK value is (0,75,17,95).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 16.67%
  • key color value is 95.29%

CMYK: (0,75,17,95)
C0M75Y17K95 (0%, 75%, 17%, 95%)
(0.00 / 0.75 / 0.17 / 0.95)

CMYK percentages

%0
%75
%16.67
%95.29

Codes

Color #0C030A in popluar color models

0C 03 0A
RGB 12 3 10
HSL 313° 60.00% 2.94%
HSB/HSV 313° 75.00% 4.71%
CMYK 0.00% 75.00% 16.67%
95.29%

Color #0C030A in popluar number systems.

HEX 0C 03 0A
Decimal 12 3 10
Binary 1100 11 1010
Octal 14 3 12

Shades and tints

Shades of #0C030A

#0C030A
(12,3,10)
#0B030A
(11,3,10)
#0A030A
(10,3,10)
#09030A
(9,3,10)
#08030A
(8,3,10)
#07030A
(7,3,10)
#06030A
(6,3,10)
#05030A
(5,3,10)
#04030A
(4,3,10)
#03030A
(3,3,10)
#02030A
(2,3,10)
#000000
(0,0,0)

Tints of #0C030A

#0C030A
(12,3,10)
#221920
(34,25,32)
#382F36
(56,47,54)
#4E454C
(78,69,76)
#645B62
(100,91,98)
#7A7178
(122,113,120)
#90878E
(144,135,142)
#A69DA4
(166,157,164)
#BCB3BA
(188,179,186)
#D2C9D0
(210,201,208)
#E8DFE6
(232,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C030A color. Also use rgb(12,3,10) instead hex code.

Text Font Color

.myTextColor { color: #0C030A; }

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

This text font color is #0C030A.

Background Color

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

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

This div background color is #0C030A.

Border color

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

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

This div border color is #0C030A.

Opacity

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

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

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

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

This text has shadow with #0C030A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C030A.

Preview

Color preview on black background

This text has color #0C030A on black background.


Color preview on white background

This text has color #0C030A on white background.


Black color preview on #0C030A background

This text has black color on #0C030A background.


White color preview on #0C030A background

This text has white color on #0C030A background.


Related colors

Complementary color

Complementary color for #hex is #F3FCF5.


I love getcolorcode.com

Triadic colors

1 #0A0C03 and #030A0C with #0C030A are triadic colors.

2 #0A030C and #030C0A with #0C030A are triadic colors.