Shades of Black Russian #0F121E
Tints of Black Russian #0F121E
RGB
CMYK
RGB Variations
Color information
#0F121E (or 0x0F121E) is known color: Black Russian. HEX triplet: 0F, 12 and 1E. RGB value is (15,18,30). Sum of RGB (Red+Green+Blue) = 15+18+30=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F121E is #F0EDE1. Grayscale: #121212. Windows color (decimal): -15789538 or 1970703. OLE color: 1970703.
HSL color Cylindrical-coordinate representation of color #0F121E: hue angle of 228º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F121E is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 18 | 30 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.88 |
| HSL | 228º | 0.33% | 0.09% | - |
| HSV(B) | 228º | 0.5% | 0.12% | - |
| XYZ | 0.65 | 0.63 | 1.32 | - |
| YUV | 18.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 30 | 0.5 | 0.40 | 0 | 0.88 | 228 | 0.33 | 0.09 |
| Hex | F | 12 | 1E | 32 | 28 | 0 | 58 | E4 | 21 | 9 |
| Octal | 17 | 22 | 36 | 62 | 50 | 0 | 130 | 344 | 41 | 11 |
| Binary | 1111 | 10010 | 11110 | 110010 | 101000 | 0 | 1011000 | 11100100 | 100001 | 1001 |
Color Harmonies of #0F121E
Complementary color
Monochromatic Colors of #0F121E
Black with #0F121E
Text Example
Text Example
White with #0F121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F121E; }
p { color: rgb(15,18,30); }
H1.HeaderClassName
{
color: #0F121E;
}
.AnyTagClassName
{
color: #0F121E;
}
</style>
background-color css
<style>
a { background-color: #0F121E; }
a { background-color: rgb(15,18,30); }
div.DivClassName
{
background-color: #0F121E;
}
.BgClassName
{
background-color: #0F121E;
}
</style>
border-color css
<style>
span { border-color: #0F121E; }
span { border-color: rgb(15,18,30); }
td.TdClassName
{
border-color: #0F121E;
}
.TagClassName
{
border-color: #0F121E;
}
</style>