#0C0606

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

Shades of Black #0C0606

Tints of Black #0C0606

Color information

#0C0606 (or 0x0C0606) is unknown color: approx Black. HEX triplet: 0C, 06 and 06. RGB value is (12,6,6). Sum of RGB (Red+Green+Blue) = 12+6+6=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0606 is #F3F9F9. Grayscale: #070707. Windows color (decimal): -15989242 or 394764. OLE color: 394764.

HSL color Cylindrical-coordinate representation of color #0C0606: hue angle of 0º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0606 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.95.

Color convert

RGB1266-
CMYK00.500.500.95
HSL33.33%3.53%-
HSV(B)50%4.71%-
XYZ0.250.220.2-
YUV7.79126.99131-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal126600.500.500.95033.333.53
HexC66032325F0214
Octal1466062621370414
Binary1100110110011001011001010111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,6,6); }

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

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

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

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

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

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

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