Shades of Black Russian #0F122D
Tints of Black Russian #0F122D
RGB
CMYK
RGB Variations
Color information
#0F122D (or 0x0F122D) is known color: Black Russian. HEX triplet: 0F, 12 and 2D. RGB value is (15,18,45). Sum of RGB (Red+Green+Blue) = 15+18+45=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F122D is #F0EDD2. Grayscale: #141414. Windows color (decimal): -15789523 or 2953743. OLE color: 2953743.
HSL color Cylindrical-coordinate representation of color #0F122D: hue angle of 234º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F122D is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 18 | 45 | - |
| CMYK | 0.67 | 0.6 | 0 | 0.82 |
| HSL | 234º | 0.5% | 0.12% | - |
| HSV(B) | 234º | 0.67% | 0.18% | - |
| XYZ | 0.89 | 0.72 | 2.58 | - |
| YUV | 20.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 45 | 0.67 | 0.6 | 0 | 0.82 | 234 | 0.5 | 0.12 |
| Hex | F | 12 | 2D | 43 | 3C | 0 | 52 | EA | 32 | C |
| Octal | 17 | 22 | 55 | 103 | 74 | 0 | 122 | 352 | 62 | 14 |
| Binary | 1111 | 10010 | 101101 | 1000011 | 111100 | 0 | 1010010 | 11101010 | 110010 | 1100 |
Color Harmonies of #0F122D
Complementary color
Monochromatic Colors of #0F122D
Black with #0F122D
Text Example
Text Example
White with #0F122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F122D; }
p { color: rgb(15,18,45); }
H1.HeaderClassName
{
color: #0F122D;
}
.AnyTagClassName
{
color: #0F122D;
}
</style>
background-color css
<style>
a { background-color: #0F122D; }
a { background-color: rgb(15,18,45); }
div.DivClassName
{
background-color: #0F122D;
}
.BgClassName
{
background-color: #0F122D;
}
</style>
border-color css
<style>
span { border-color: #0F122D; }
span { border-color: rgb(15,18,45); }
td.TdClassName
{
border-color: #0F122D;
}
.TagClassName
{
border-color: #0F122D;
}
</style>