Shades of Black #0C0909
Tints of Black #0C0909
RGB
CMYK
RGB Variations
Color information
#0C0909 (or 0x0C0909) is known color: Black. HEX triplet: 0C, 09 and 09. RGB value is (12,9,9). Sum of RGB (Red+Green+Blue) = 12+9+9=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0909 is #F3F6F6. Grayscale: #090909. Windows color (decimal): -15988471 or 592140. OLE color: 592140.
HSL color Cylindrical-coordinate representation of color #0C0909: hue angle of 0º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C0909 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 9 | 9 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.95 |
| HSL | 0º | 0.14% | 0.04% | - |
| HSV(B) | 0º | 0.25% | 0.05% | - |
| XYZ | 0.3 | 0.29 | 0.3 | - |
| YUV | 9.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 9 | 0 | 0.25 | 0.25 | 0.95 | 0 | 0.14 | 0.04 |
| Hex | C | 9 | 9 | 0 | 19 | 19 | 5F | 0 | E | 4 |
| Octal | 14 | 11 | 11 | 0 | 31 | 31 | 137 | 0 | 16 | 4 |
| Binary | 1100 | 1001 | 1001 | 0 | 11001 | 11001 | 1011111 | 0 | 1110 | 100 |
Color Harmonies of #0C0909
Complementary color
Monochromatic Colors of #0C0909
Black with #0C0909
Text Example
Text Example
White with #0C0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0909; }
p { color: rgb(12,9,9); }
H1.HeaderClassName
{
color: #0C0909;
}
.AnyTagClassName
{
color: #0C0909;
}
</style>
background-color css
<style>
a { background-color: #0C0909; }
a { background-color: rgb(12,9,9); }
div.DivClassName
{
background-color: #0C0909;
}
.BgClassName
{
background-color: #0C0909;
}
</style>
border-color css
<style>
span { border-color: #0C0909; }
span { border-color: rgb(12,9,9); }
td.TdClassName
{
border-color: #0C0909;
}
.TagClassName
{
border-color: #0C0909;
}
</style>