Shades of Black #0C0603
Tints of Black #0C0603
RGB
CMYK
RGB Variations
Color information
#0C0603 (or 0x0C0603) is known color: Black. HEX triplet: 0C, 06 and 03. RGB value is (12,6,3). Sum of RGB (Red+Green+Blue) = 12+6+3=21 (2% of max value = 765). Red value is 12 (5.08% from 255 or 57.14% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0603 is #F3F9FC. Grayscale: #070707. Windows color (decimal): -15989245 or 198156. OLE color: 198156.
HSL color Cylindrical-coordinate representation of color #0C0603: hue angle of 20º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C0603 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 6 | 3 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.95 |
| HSL | 20º | 0.6% | 0.03% | - |
| HSV(B) | 20º | 0.75% | 0.05% | - |
| XYZ | 0.23 | 0.21 | 0.12 | - |
| YUV | 7.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 3 | 0 | 0.50 | 0.75 | 0.95 | 20 | 0.6 | 0.03 |
| Hex | C | 6 | 3 | 0 | 32 | 4B | 5F | 14 | 3C | 3 |
| Octal | 14 | 6 | 3 | 0 | 62 | 113 | 137 | 24 | 74 | 3 |
| Binary | 1100 | 110 | 11 | 0 | 110010 | 1001011 | 1011111 | 10100 | 111100 | 11 |
Color Harmonies of #0C0603
Complementary color
Monochromatic Colors of #0C0603
Black with #0C0603
Text Example
Text Example
White with #0C0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0603; }
p { color: rgb(12,6,3); }
H1.HeaderClassName
{
color: #0C0603;
}
.AnyTagClassName
{
color: #0C0603;
}
</style>
background-color css
<style>
a { background-color: #0C0603; }
a { background-color: rgb(12,6,3); }
div.DivClassName
{
background-color: #0C0603;
}
.BgClassName
{
background-color: #0C0603;
}
</style>
border-color css
<style>
span { border-color: #0C0603; }
span { border-color: rgb(12,6,3); }
td.TdClassName
{
border-color: #0C0603;
}
.TagClassName
{
border-color: #0C0603;
}
</style>