Shades of Black #0C0802
Tints of Black #0C0802
RGB
CMYK
RGB Variations
Color information
#0C0802 (or 0x0C0802) is known color: Black. HEX triplet: 0C, 08 and 02. RGB value is (12,8,2). Sum of RGB (Red+Green+Blue) = 12+8+2=22 (2% of max value = 765). Red value is 12 (5.08% from 255 or 54.55% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0802 is #F3F7FD. Grayscale: #080808. Windows color (decimal): -15988734 or 133132. OLE color: 133132.
HSL color Cylindrical-coordinate representation of color #0C0802: hue angle of 36º 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 #0C0802 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.95.
Color convert
RGB | 12 | 8 | 2 | - |
CMYK | 0 | 0.33 | 0.83 | 0.95 |
HSL | 36º | 0.71% | 0.03% | - |
HSV(B) | 36º | 0.83% | 0.05% | - |
XYZ | 0.25 | 0.26 | 0.09 | - |
YUV | 8.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 8 | 2 | 0 | 0.33 | 0.83 | 0.95 | 36 | 0.71 | 0.03 |
Hex | C | 8 | 2 | 0 | 21 | 53 | 5F | 24 | 47 | 3 |
Octal | 14 | 10 | 2 | 0 | 41 | 123 | 137 | 44 | 107 | 3 |
Binary | 1100 | 1000 | 10 | 0 | 100001 | 1010011 | 1011111 | 100100 | 1000111 | 11 |
Color Harmonies of #0C0802
Complementary color
Monochromatic Colors of #0C0802
Black with #0C0802
Text Example
Text Example
White with #0C0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0802; }
p { color: rgb(12,8,2); }
H1.HeaderClassName
{
color: #0C0802;
}
.AnyTagClassName
{
color: #0C0802;
}
</style>
background-color css
<style>
a { background-color: #0C0802; }
a { background-color: rgb(12,8,2); }
div.DivClassName
{
background-color: #0C0802;
}
.BgClassName
{
background-color: #0C0802;
}
</style>
border-color css
<style>
span { border-color: #0C0802; }
span { border-color: rgb(12,8,2); }
td.TdClassName
{
border-color: #0C0802;
}
.TagClassName
{
border-color: #0C0802;
}
</style>