#0C0402

Color #0C0402 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #0C0402

Tints of Black #0C0402

Color information

#0C0402 (or 0x0C0402) is unknown color: approx Black. HEX triplet: 0C, 04 and 02. RGB value is (12,4,2). Sum of RGB (Red+Green+Blue) = 12+4+2=18 (2% of max value = 765). Red value is 12 (5.08% from 255 or 66.67% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0402 is #F3FBFD. Grayscale: #060606. Windows color (decimal): -15989758 or 132108. OLE color: 132108.

HSL color Cylindrical-coordinate representation of color #0C0402: hue angle of 12º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0402 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB1242-
CMYK00.670.830.95
HSL12º71.43%2.75%-
HSV(B)12º83.33%4.71%-
XYZ0.210.170.08-
YUV6.16125.65132.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal124200.670.830.951271.432.75
HexC42043535Fc473
Octal14420103123137141073
Binary11001001001000011101001110111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0402; }

 p { color: rgb(12,4,2); }

 H1.HeaderClassName
 {
   color: #0C0402;
 }
 .AnyTagClassName
 {
   color: #0C0402;
 }
</style>
background-color css

<style>
 a { background-color: #0C0402; }

 a { background-color: rgb(12,4,2); }

 div.DivClassName
 {
   background-color: #0C0402;
 }
 .BgClassName
 {
   background-color: #0C0402;
 }
</style>
border-color css

<style>
 span { border-color: #0C0402; }

 span { border-color: rgb(12,4,2); }

 td.TdClassName
 {
   border-color: #0C0402;
 }
 .TagClassName
 {
   border-color: #0C0402;
 }
</style>