Shades of Black Russian #0F122C
Tints of Black Russian #0F122C
RGB
CMYK
RGB Variations
Color information
#0F122C (or 0x0F122C) is known color: Black Russian. HEX triplet: 0F, 12 and 2C. RGB value is (15,18,44). Sum of RGB (Red+Green+Blue) = 15+18+44=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F122C is #F0EDD3. Grayscale: #131313. Windows color (decimal): -15789524 or 2888207. OLE color: 2888207.
HSL color Cylindrical-coordinate representation of color #0F122C: hue angle of 233.79º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F122C is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 18 | 44 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.83 |
| HSL | 233.79º | 0.49% | 0.12% | - |
| HSV(B) | 233.79º | 0.66% | 0.17% | - |
| XYZ | 0.87 | 0.72 | 2.48 | - |
| YUV | 20.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 44 | 0.66 | 0.59 | 0 | 0.83 | 233.79 | 0.49 | 0.12 |
| Hex | F | 12 | 2C | 42 | 3B | 0 | 53 | EA | 31 | C |
| Octal | 17 | 22 | 54 | 102 | 73 | 0 | 123 | 352 | 61 | 14 |
| Binary | 1111 | 10010 | 101100 | 1000010 | 111011 | 0 | 1010011 | 11101010 | 110001 | 1100 |
Color Harmonies of #0F122C
Complementary color
Monochromatic Colors of #0F122C
Black with #0F122C
Text Example
Text Example
White with #0F122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F122C; }
p { color: rgb(15,18,44); }
H1.HeaderClassName
{
color: #0F122C;
}
.AnyTagClassName
{
color: #0F122C;
}
</style>
background-color css
<style>
a { background-color: #0F122C; }
a { background-color: rgb(15,18,44); }
div.DivClassName
{
background-color: #0F122C;
}
.BgClassName
{
background-color: #0F122C;
}
</style>
border-color css
<style>
span { border-color: #0F122C; }
span { border-color: rgb(15,18,44); }
td.TdClassName
{
border-color: #0F122C;
}
.TagClassName
{
border-color: #0F122C;
}
</style>