Shades of Black #0C0402
Tints of Black #0C0402
RGB
CMYK
RGB Variations
Color information
#0C0402 (or 0x0C0402) is known color: 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
| RGB | 12 | 4 | 2 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.95 |
| HSL | 12º | 0.71% | 0.03% | - |
| HSV(B) | 12º | 0.83% | 0.05% | - |
| XYZ | 0.21 | 0.17 | 0.08 | - |
| YUV | 6.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 2 | 0 | 0.67 | 0.83 | 0.95 | 12 | 0.71 | 0.03 |
| Hex | C | 4 | 2 | 0 | 43 | 53 | 5F | C | 47 | 3 |
| Octal | 14 | 4 | 2 | 0 | 103 | 123 | 137 | 14 | 107 | 3 |
| Binary | 1100 | 100 | 10 | 0 | 1000011 | 1010011 | 1011111 | 1100 | 1000111 | 11 |
Color Harmonies of #0C0402
Complementary color
Monochromatic Colors of #0C0402
Black with #0C0402
Text Example
Text Example
White with #0C0402
Text Example
Text Example
HTML Codes & Css Web 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>