Shades of Black #0C0503
Tints of Black #0C0503
RGB
CMYK
RGB Variations
Color information
#0C0503 (or 0x0C0503) is known color: Black. HEX triplet: 0C, 05 and 03. RGB value is (12,5,3). Sum of RGB (Red+Green+Blue) = 12+5+3=20 (2% of max value = 765). Red value is 12 (5.08% from 255 or 60% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0503 is #F3FAFC. Grayscale: #060606. Windows color (decimal): -15989501 or 197900. OLE color: 197900.
HSL color Cylindrical-coordinate representation of color #0C0503: hue angle of 13.33º 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 #0C0503 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 3 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.95 |
| HSL | 13.33º | 0.6% | 0.03% | - |
| HSV(B) | 13.33º | 0.75% | 0.05% | - |
| XYZ | 0.22 | 0.19 | 0.11 | - |
| YUV | 6.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 3 | 0 | 0.58 | 0.75 | 0.95 | 13.33 | 0.6 | 0.03 |
| Hex | C | 5 | 3 | 0 | 3A | 4B | 5F | D | 3C | 3 |
| Octal | 14 | 5 | 3 | 0 | 72 | 113 | 137 | 15 | 74 | 3 |
| Binary | 1100 | 101 | 11 | 0 | 111010 | 1001011 | 1011111 | 1101 | 111100 | 11 |
Color Harmonies of #0C0503
Complementary color
Monochromatic Colors of #0C0503
Black with #0C0503
Text Example
Text Example
White with #0C0503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0503; }
p { color: rgb(12,5,3); }
H1.HeaderClassName
{
color: #0C0503;
}
.AnyTagClassName
{
color: #0C0503;
}
</style>
background-color css
<style>
a { background-color: #0C0503; }
a { background-color: rgb(12,5,3); }
div.DivClassName
{
background-color: #0C0503;
}
.BgClassName
{
background-color: #0C0503;
}
</style>
border-color css
<style>
span { border-color: #0C0503; }
span { border-color: rgb(12,5,3); }
td.TdClassName
{
border-color: #0C0503;
}
.TagClassName
{
border-color: #0C0503;
}
</style>