Shades of Black Russian #0C0B17
Tints of Black Russian #0C0B17
RGB
CMYK
RGB Variations
Color information
#0C0B17 (or 0x0C0B17) is known color: Black Russian. HEX triplet: 0C, 0B and 17. RGB value is (12,11,23). Sum of RGB (Red+Green+Blue) = 12+11+23=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B17 is #F3F4E8. Grayscale: #0C0C0C. Windows color (decimal): -15987945 or 1510156. OLE color: 1510156.
HSL color Cylindrical-coordinate representation of color #0C0B17: hue angle of 245º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C0B17 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 11 | 23 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.91 |
| HSL | 245º | 0.35% | 0.07% | - |
| HSV(B) | 245º | 0.52% | 0.09% | - |
| XYZ | 0.43 | 0.38 | 0.86 | - |
| YUV | 12.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 23 | 0.48 | 0.52 | 0 | 0.91 | 245 | 0.35 | 0.07 |
| Hex | C | B | 17 | 30 | 34 | 0 | 5B | F5 | 23 | 7 |
| Octal | 14 | 13 | 27 | 60 | 64 | 0 | 133 | 365 | 43 | 7 |
| Binary | 1100 | 1011 | 10111 | 110000 | 110100 | 0 | 1011011 | 11110101 | 100011 | 111 |
Color Harmonies of #0C0B17
Complementary color
Monochromatic Colors of #0C0B17
Black with #0C0B17
Text Example
Text Example
White with #0C0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B17; }
p { color: rgb(12,11,23); }
H1.HeaderClassName
{
color: #0C0B17;
}
.AnyTagClassName
{
color: #0C0B17;
}
</style>
background-color css
<style>
a { background-color: #0C0B17; }
a { background-color: rgb(12,11,23); }
div.DivClassName
{
background-color: #0C0B17;
}
.BgClassName
{
background-color: #0C0B17;
}
</style>
border-color css
<style>
span { border-color: #0C0B17; }
span { border-color: rgb(12,11,23); }
td.TdClassName
{
border-color: #0C0B17;
}
.TagClassName
{
border-color: #0C0B17;
}
</style>