Shades of Black #0C0605
Tints of Black #0C0605
RGB
CMYK
RGB Variations
Color information
#0C0605 (or 0x0C0605) is known color: Black. HEX triplet: 0C, 06 and 05. RGB value is (12,6,5). Sum of RGB (Red+Green+Blue) = 12+6+5=23 (3% of max value = 765). Red value is 12 (5.08% from 255 or 52.17% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0605 is #F3F9FA. Grayscale: #070707. Windows color (decimal): -15989243 or 329228. OLE color: 329228.
HSL color Cylindrical-coordinate representation of color #0C0605: hue angle of 8.57º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C0605 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 6 | 5 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.95 |
| HSL | 8.57º | 0.41% | 0.03% | - |
| HSV(B) | 8.57º | 0.58% | 0.05% | - |
| XYZ | 0.24 | 0.22 | 0.17 | - |
| YUV | 7.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 5 | 0 | 0.50 | 0.58 | 0.95 | 8.57 | 0.41 | 0.03 |
| Hex | C | 6 | 5 | 0 | 32 | 3A | 5F | 9 | 29 | 3 |
| Octal | 14 | 6 | 5 | 0 | 62 | 72 | 137 | 11 | 51 | 3 |
| Binary | 1100 | 110 | 101 | 0 | 110010 | 111010 | 1011111 | 1001 | 101001 | 11 |
Color Harmonies of #0C0605
Complementary color
Monochromatic Colors of #0C0605
Black with #0C0605
Text Example
Text Example
White with #0C0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0605; }
p { color: rgb(12,6,5); }
H1.HeaderClassName
{
color: #0C0605;
}
.AnyTagClassName
{
color: #0C0605;
}
</style>
background-color css
<style>
a { background-color: #0C0605; }
a { background-color: rgb(12,6,5); }
div.DivClassName
{
background-color: #0C0605;
}
.BgClassName
{
background-color: #0C0605;
}
</style>
border-color css
<style>
span { border-color: #0C0605; }
span { border-color: rgb(12,6,5); }
td.TdClassName
{
border-color: #0C0605;
}
.TagClassName
{
border-color: #0C0605;
}
</style>