Shades of Black Russian #0F1429
Tints of Black Russian #0F1429
RGB
CMYK
RGB Variations
Color information
#0F1429 (or 0x0F1429) is known color: Black Russian. HEX triplet: 0F, 14 and 29. RGB value is (15,20,41). Sum of RGB (Red+Green+Blue) = 15+20+41=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1429 is #F0EBD6. Grayscale: #141414. Windows color (decimal): -15789015 or 2692111. OLE color: 2692111.
HSL color Cylindrical-coordinate representation of color #0F1429: hue angle of 228.46º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F1429 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 20 | 41 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.84 |
| HSL | 228.46º | 0.46% | 0.11% | - |
| HSV(B) | 228.46º | 0.63% | 0.16% | - |
| XYZ | 0.85 | 0.76 | 2.2 | - |
| YUV | 20.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 41 | 0.63 | 0.51 | 0 | 0.84 | 228.46 | 0.46 | 0.11 |
| Hex | F | 14 | 29 | 3F | 33 | 0 | 54 | E4 | 2E | B |
| Octal | 17 | 24 | 51 | 77 | 63 | 0 | 124 | 344 | 56 | 13 |
| Binary | 1111 | 10100 | 101001 | 111111 | 110011 | 0 | 1010100 | 11100100 | 101110 | 1011 |
Color Harmonies of #0F1429
Complementary color
Monochromatic Colors of #0F1429
Black with #0F1429
Text Example
Text Example
White with #0F1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1429; }
p { color: rgb(15,20,41); }
H1.HeaderClassName
{
color: #0F1429;
}
.AnyTagClassName
{
color: #0F1429;
}
</style>
background-color css
<style>
a { background-color: #0F1429; }
a { background-color: rgb(15,20,41); }
div.DivClassName
{
background-color: #0F1429;
}
.BgClassName
{
background-color: #0F1429;
}
</style>
border-color css
<style>
span { border-color: #0F1429; }
span { border-color: rgb(15,20,41); }
td.TdClassName
{
border-color: #0F1429;
}
.TagClassName
{
border-color: #0F1429;
}
</style>