Shades of Black Russian #0F0C35
Tints of Black Russian #0F0C35
RGB
CMYK
RGB Variations
Color information
#0F0C35 (or 0x0F0C35) is known color: Black Russian. HEX triplet: 0F, 0C and 35. RGB value is (15,12,53). Sum of RGB (Red+Green+Blue) = 15+12+53=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C35 is #F0F3CA. Grayscale: #111111. Windows color (decimal): -15791051 or 3476495. OLE color: 3476495.
HSL color Cylindrical-coordinate representation of color #0F0C35: hue angle of 244.39º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F0C35 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 12 | 53 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.79 |
| HSL | 244.39º | 0.63% | 0.13% | - |
| HSV(B) | 244.39º | 0.77% | 0.21% | - |
| XYZ | 0.97 | 0.62 | 3.44 | - |
| YUV | 17.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 53 | 0.72 | 0.77 | 0 | 0.79 | 244.39 | 0.63 | 0.13 |
| Hex | F | C | 35 | 48 | 4D | 0 | 4F | F4 | 3F | D |
| Octal | 17 | 14 | 65 | 110 | 115 | 0 | 117 | 364 | 77 | 15 |
| Binary | 1111 | 1100 | 110101 | 1001000 | 1001101 | 0 | 1001111 | 11110100 | 111111 | 1101 |
Color Harmonies of #0F0C35
Complementary color
Monochromatic Colors of #0F0C35
Black with #0F0C35
Text Example
Text Example
White with #0F0C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C35; }
p { color: rgb(15,12,53); }
H1.HeaderClassName
{
color: #0F0C35;
}
.AnyTagClassName
{
color: #0F0C35;
}
</style>
background-color css
<style>
a { background-color: #0F0C35; }
a { background-color: rgb(15,12,53); }
div.DivClassName
{
background-color: #0F0C35;
}
.BgClassName
{
background-color: #0F0C35;
}
</style>
border-color css
<style>
span { border-color: #0F0C35; }
span { border-color: rgb(15,12,53); }
td.TdClassName
{
border-color: #0F0C35;
}
.TagClassName
{
border-color: #0F0C35;
}
</style>