Shades of Black Russian #0C0915
Tints of Black Russian #0C0915
RGB
CMYK
RGB Variations
Color information
#0C0915 (or 0x0C0915) is known color: Black Russian. HEX triplet: 0C, 09 and 15. RGB value is (12,9,21). Sum of RGB (Red+Green+Blue) = 12+9+21=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0915 is #F3F6EA. Grayscale: #0B0B0B. Windows color (decimal): -15988459 or 1378572. OLE color: 1378572.
HSL color Cylindrical-coordinate representation of color #0C0915: hue angle of 255º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C0915 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 9 | 21 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.92 |
| HSL | 255º | 0.4% | 0.06% | - |
| HSV(B) | 255º | 0.57% | 0.08% | - |
| XYZ | 0.38 | 0.33 | 0.75 | - |
| YUV | 11.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 21 | 0.43 | 0.57 | 0 | 0.92 | 255 | 0.4 | 0.06 |
| Hex | C | 9 | 15 | 2B | 39 | 0 | 5C | FF | 28 | 6 |
| Octal | 14 | 11 | 25 | 53 | 71 | 0 | 134 | 377 | 50 | 6 |
| Binary | 1100 | 1001 | 10101 | 101011 | 111001 | 0 | 1011100 | 11111111 | 101000 | 110 |
Color Harmonies of #0C0915
Complementary color
Monochromatic Colors of #0C0915
Black with #0C0915
Text Example
Text Example
White with #0C0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0915; }
p { color: rgb(12,9,21); }
H1.HeaderClassName
{
color: #0C0915;
}
.AnyTagClassName
{
color: #0C0915;
}
</style>
background-color css
<style>
a { background-color: #0C0915; }
a { background-color: rgb(12,9,21); }
div.DivClassName
{
background-color: #0C0915;
}
.BgClassName
{
background-color: #0C0915;
}
</style>
border-color css
<style>
span { border-color: #0C0915; }
span { border-color: rgb(12,9,21); }
td.TdClassName
{
border-color: #0C0915;
}
.TagClassName
{
border-color: #0C0915;
}
</style>