Shades of Black Russian #0C0F15
Tints of Black Russian #0C0F15
RGB
CMYK
RGB Variations
Color information
#0C0F15 (or 0x0C0F15) is known color: Black Russian. HEX triplet: 0C, 0F and 15. RGB value is (12,15,21). Sum of RGB (Red+Green+Blue) = 12+15+21=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F15 is #F3F0EA. Grayscale: #0E0E0E. Windows color (decimal): -15986923 or 1380108. OLE color: 1380108.
HSL color Cylindrical-coordinate representation of color #0C0F15: hue angle of 220º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C0F15 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 15 | 21 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.92 |
| HSL | 220º | 0.27% | 0.06% | - |
| HSV(B) | 220º | 0.43% | 0.08% | - |
| XYZ | 0.46 | 0.47 | 0.78 | - |
| YUV | 14.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 21 | 0.43 | 0.29 | 0 | 0.92 | 220 | 0.27 | 0.06 |
| Hex | C | F | 15 | 2B | 1D | 0 | 5C | DC | 1B | 6 |
| Octal | 14 | 17 | 25 | 53 | 35 | 0 | 134 | 334 | 33 | 6 |
| Binary | 1100 | 1111 | 10101 | 101011 | 11101 | 0 | 1011100 | 11011100 | 11011 | 110 |
Color Harmonies of #0C0F15
Complementary color
Monochromatic Colors of #0C0F15
Black with #0C0F15
Text Example
Text Example
White with #0C0F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F15; }
p { color: rgb(12,15,21); }
H1.HeaderClassName
{
color: #0C0F15;
}
.AnyTagClassName
{
color: #0C0F15;
}
</style>
background-color css
<style>
a { background-color: #0C0F15; }
a { background-color: rgb(12,15,21); }
div.DivClassName
{
background-color: #0C0F15;
}
.BgClassName
{
background-color: #0C0F15;
}
</style>
border-color css
<style>
span { border-color: #0C0F15; }
span { border-color: rgb(12,15,21); }
td.TdClassName
{
border-color: #0C0F15;
}
.TagClassName
{
border-color: #0C0F15;
}
</style>