Shades of Black #0C0B0B
Tints of Black #0C0B0B
RGB
CMYK
RGB Variations
Color information
#0C0B0B (or 0x0C0B0B) is known color: Black. HEX triplet: 0C, 0B and 0B. RGB value is (12,11,11). Sum of RGB (Red+Green+Blue) = 12+11+11=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B0B is #F3F4F4. Grayscale: #0B0B0B. Windows color (decimal): -15987957 or 723724. OLE color: 723724.
HSL color Cylindrical-coordinate representation of color #0C0B0B: hue angle of 0º degrees, saturation: 0.04, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #0C0B0B is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 11 | 11 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.95 |
| HSL | 0º | 0.04% | 0.05% | - |
| HSV(B) | 0º | 0.08% | 0.05% | - |
| XYZ | 0.33 | 0.34 | 0.37 | - |
| YUV | 11.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 11 | 0 | 0.08 | 0.08 | 0.95 | 0 | 0.04 | 0.05 |
| Hex | C | B | B | 0 | 8 | 8 | 5F | 0 | 4 | 5 |
| Octal | 14 | 13 | 13 | 0 | 10 | 10 | 137 | 0 | 4 | 5 |
| Binary | 1100 | 1011 | 1011 | 0 | 1000 | 1000 | 1011111 | 0 | 100 | 101 |
Color Harmonies of #0C0B0B
Complementary color
Monochromatic Colors of #0C0B0B
Black with #0C0B0B
Text Example
Text Example
White with #0C0B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B0B; }
p { color: rgb(12,11,11); }
H1.HeaderClassName
{
color: #0C0B0B;
}
.AnyTagClassName
{
color: #0C0B0B;
}
</style>
background-color css
<style>
a { background-color: #0C0B0B; }
a { background-color: rgb(12,11,11); }
div.DivClassName
{
background-color: #0C0B0B;
}
.BgClassName
{
background-color: #0C0B0B;
}
</style>
border-color css
<style>
span { border-color: #0C0B0B; }
span { border-color: rgb(12,11,11); }
td.TdClassName
{
border-color: #0C0B0B;
}
.TagClassName
{
border-color: #0C0B0B;
}
</style>