Shades of Black Russian #0F142F
Tints of Black Russian #0F142F
RGB
CMYK
RGB Variations
Color information
#0F142F (or 0x0F142F) is known color: Black Russian. HEX triplet: 0F, 14 and 2F. RGB value is (15,20,47). Sum of RGB (Red+Green+Blue) = 15+20+47=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F142F is #F0EBD0. Grayscale: #151515. Windows color (decimal): -15789009 or 3085327. OLE color: 3085327.
HSL color Cylindrical-coordinate representation of color #0F142F: hue angle of 230.62º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F142F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 20 | 47 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.82 |
| HSL | 230.63º | 0.52% | 0.12% | - |
| HSV(B) | 230.63º | 0.68% | 0.18% | - |
| XYZ | 0.96 | 0.81 | 2.79 | - |
| YUV | 21.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 47 | 0.68 | 0.57 | 0 | 0.82 | 230.63 | 0.52 | 0.12 |
| Hex | F | 14 | 2F | 44 | 39 | 0 | 52 | E7 | 34 | C |
| Octal | 17 | 24 | 57 | 104 | 71 | 0 | 122 | 347 | 64 | 14 |
| Binary | 1111 | 10100 | 101111 | 1000100 | 111001 | 0 | 1010010 | 11100111 | 110100 | 1100 |
Color Harmonies of #0F142F
Complementary color
Monochromatic Colors of #0F142F
Black with #0F142F
Text Example
Text Example
White with #0F142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F142F; }
p { color: rgb(15,20,47); }
H1.HeaderClassName
{
color: #0F142F;
}
.AnyTagClassName
{
color: #0F142F;
}
</style>
background-color css
<style>
a { background-color: #0F142F; }
a { background-color: rgb(15,20,47); }
div.DivClassName
{
background-color: #0F142F;
}
.BgClassName
{
background-color: #0F142F;
}
</style>
border-color css
<style>
span { border-color: #0F142F; }
span { border-color: rgb(15,20,47); }
td.TdClassName
{
border-color: #0F142F;
}
.TagClassName
{
border-color: #0F142F;
}
</style>