#0C0808

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

Shades of Black #0C0808

Tints of Black #0C0808

Color information

#0C0808 (or 0x0C0808) is unknown color: approx Black. HEX triplet: 0C, 08 and 08. RGB value is (12,8,8). Sum of RGB (Red+Green+Blue) = 12+8+8=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0808 is #F3F7F7. Grayscale: #090909. Windows color (decimal): -15988728 or 526348. OLE color: 526348.

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

Color convert

RGB1288-
CMYK00.330.330.95
HSL20%3.92%-
HSV(B)33.33%4.71%-
XYZ0.280.270.27-
YUV9.2127.33130-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal128800.330.330.950203.92
HexC88021215F0144
Octal141010041411370244
Binary11001000100001000011000011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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