Shades of Black #0C0707
Tints of Black #0C0707
RGB
CMYK
RGB Variations
Color information
#0C0707 (or 0x0C0707) is known color: Black. HEX triplet: 0C, 07 and 07. RGB value is (12,7,7). Sum of RGB (Red+Green+Blue) = 12+7+7=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0707 is #F3F8F8. Grayscale: #080808. Windows color (decimal): -15988985 or 460556. OLE color: 460556.
HSL color Cylindrical-coordinate representation of color #0C0707: hue angle of 0º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0C0707 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 7 | 7 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.95 |
| HSL | 0º | 0.26% | 0.04% | - |
| HSV(B) | 0º | 0.42% | 0.05% | - |
| XYZ | 0.27 | 0.25 | 0.23 | - |
| YUV | 8.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 7 | 0 | 0.42 | 0.42 | 0.95 | 0 | 0.26 | 0.04 |
| Hex | C | 7 | 7 | 0 | 2A | 2A | 5F | 0 | 1A | 4 |
| Octal | 14 | 7 | 7 | 0 | 52 | 52 | 137 | 0 | 32 | 4 |
| Binary | 1100 | 111 | 111 | 0 | 101010 | 101010 | 1011111 | 0 | 11010 | 100 |
Color Harmonies of #0C0707
Complementary color
Monochromatic Colors of #0C0707
Black with #0C0707
Text Example
Text Example
White with #0C0707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0707; }
p { color: rgb(12,7,7); }
H1.HeaderClassName
{
color: #0C0707;
}
.AnyTagClassName
{
color: #0C0707;
}
</style>
background-color css
<style>
a { background-color: #0C0707; }
a { background-color: rgb(12,7,7); }
div.DivClassName
{
background-color: #0C0707;
}
.BgClassName
{
background-color: #0C0707;
}
</style>
border-color css
<style>
span { border-color: #0C0707; }
span { border-color: rgb(12,7,7); }
td.TdClassName
{
border-color: #0C0707;
}
.TagClassName
{
border-color: #0C0707;
}
</style>