Shades of Black #0C0504
Tints of Black #0C0504
RGB
CMYK
RGB Variations
Color information
#0C0504 (or 0x0C0504) is known color: Black. HEX triplet: 0C, 05 and 04. RGB value is (12,5,4). Sum of RGB (Red+Green+Blue) = 12+5+4=21 (2% of max value = 765). Red value is 12 (5.08% from 255 or 57.14% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0504 is #F3FAFB. Grayscale: #060606. Windows color (decimal): -15989500 or 263436. OLE color: 263436.
HSL color Cylindrical-coordinate representation of color #0C0504: hue angle of 7.5º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C0504 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 4 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.95 |
| HSL | 7.5º | 0.5% | 0.03% | - |
| HSV(B) | 7.5º | 0.67% | 0.05% | - |
| XYZ | 0.23 | 0.2 | 0.14 | - |
| YUV | 6.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 4 | 0 | 0.58 | 0.67 | 0.95 | 7.5 | 0.5 | 0.03 |
| Hex | C | 5 | 4 | 0 | 3A | 43 | 5F | 8 | 32 | 3 |
| Octal | 14 | 5 | 4 | 0 | 72 | 103 | 137 | 10 | 62 | 3 |
| Binary | 1100 | 101 | 100 | 0 | 111010 | 1000011 | 1011111 | 1000 | 110010 | 11 |
Color Harmonies of #0C0504
Complementary color
Monochromatic Colors of #0C0504
Black with #0C0504
Text Example
Text Example
White with #0C0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0504; }
p { color: rgb(12,5,4); }
H1.HeaderClassName
{
color: #0C0504;
}
.AnyTagClassName
{
color: #0C0504;
}
</style>
background-color css
<style>
a { background-color: #0C0504; }
a { background-color: rgb(12,5,4); }
div.DivClassName
{
background-color: #0C0504;
}
.BgClassName
{
background-color: #0C0504;
}
</style>
border-color css
<style>
span { border-color: #0C0504; }
span { border-color: rgb(12,5,4); }
td.TdClassName
{
border-color: #0C0504;
}
.TagClassName
{
border-color: #0C0504;
}
</style>