Shades of Black Russian #0F1428
Tints of Black Russian #0F1428
RGB
CMYK
RGB Variations
Color information
#0F1428 (or 0x0F1428) is known color: Black Russian. HEX triplet: 0F, 14 and 28. RGB value is (15,20,40). Sum of RGB (Red+Green+Blue) = 15+20+40=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1428 is #F0EBD7. Grayscale: #141414. Windows color (decimal): -15789016 or 2626575. OLE color: 2626575.
HSL color Cylindrical-coordinate representation of color #0F1428: hue angle of 228º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1428 is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 20 | 40 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.84 |
| HSL | 228º | 0.45% | 0.11% | - |
| HSV(B) | 228º | 0.63% | 0.16% | - |
| XYZ | 0.83 | 0.76 | 2.11 | - |
| YUV | 20.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 40 | 0.62 | 0.5 | 0 | 0.84 | 228 | 0.45 | 0.11 |
| Hex | F | 14 | 28 | 3E | 32 | 0 | 54 | E4 | 2D | B |
| Octal | 17 | 24 | 50 | 76 | 62 | 0 | 124 | 344 | 55 | 13 |
| Binary | 1111 | 10100 | 101000 | 111110 | 110010 | 0 | 1010100 | 11100100 | 101101 | 1011 |
Color Harmonies of #0F1428
Complementary color
Monochromatic Colors of #0F1428
Black with #0F1428
Text Example
Text Example
White with #0F1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1428; }
p { color: rgb(15,20,40); }
H1.HeaderClassName
{
color: #0F1428;
}
.AnyTagClassName
{
color: #0F1428;
}
</style>
background-color css
<style>
a { background-color: #0F1428; }
a { background-color: rgb(15,20,40); }
div.DivClassName
{
background-color: #0F1428;
}
.BgClassName
{
background-color: #0F1428;
}
</style>
border-color css
<style>
span { border-color: #0F1428; }
span { border-color: rgb(15,20,40); }
td.TdClassName
{
border-color: #0F1428;
}
.TagClassName
{
border-color: #0F1428;
}
</style>