Shades of Black Russian #0F141F
Tints of Black Russian #0F141F
RGB
CMYK
RGB Variations
Color information
#0F141F (or 0x0F141F) is known color: Black Russian. HEX triplet: 0F, 14 and 1F. RGB value is (15,20,31). Sum of RGB (Red+Green+Blue) = 15+20+31=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F141F is #F0EBE0. Grayscale: #131313. Windows color (decimal): -15789025 or 2036751. OLE color: 2036751.
HSL color Cylindrical-coordinate representation of color #0F141F: hue angle of 221.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F141F is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 20 | 31 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.88 |
| HSL | 221.25º | 0.35% | 0.09% | - |
| HSV(B) | 221.25º | 0.52% | 0.12% | - |
| XYZ | 0.69 | 0.7 | 1.39 | - |
| YUV | 19.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 31 | 0.52 | 0.35 | 0 | 0.88 | 221.25 | 0.35 | 0.09 |
| Hex | F | 14 | 1F | 34 | 23 | 0 | 58 | DD | 23 | 9 |
| Octal | 17 | 24 | 37 | 64 | 43 | 0 | 130 | 335 | 43 | 11 |
| Binary | 1111 | 10100 | 11111 | 110100 | 100011 | 0 | 1011000 | 11011101 | 100011 | 1001 |
Color Harmonies of #0F141F
Complementary color
Monochromatic Colors of #0F141F
Black with #0F141F
Text Example
Text Example
White with #0F141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F141F; }
p { color: rgb(15,20,31); }
H1.HeaderClassName
{
color: #0F141F;
}
.AnyTagClassName
{
color: #0F141F;
}
</style>
background-color css
<style>
a { background-color: #0F141F; }
a { background-color: rgb(15,20,31); }
div.DivClassName
{
background-color: #0F141F;
}
.BgClassName
{
background-color: #0F141F;
}
</style>
border-color css
<style>
span { border-color: #0F141F; }
span { border-color: rgb(15,20,31); }
td.TdClassName
{
border-color: #0F141F;
}
.TagClassName
{
border-color: #0F141F;
}
</style>