Shades of Black Russian #0F1628
Tints of Black Russian #0F1628
RGB
CMYK
RGB Variations
Color information
#0F1628 (or 0x0F1628) is known color: Black Russian. HEX triplet: 0F, 16 and 28. RGB value is (15,22,40). Sum of RGB (Red+Green+Blue) = 15+22+40=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1628 is #F0E9D7. Grayscale: #151515. Windows color (decimal): -15788504 or 2627087. OLE color: 2627087.
HSL color Cylindrical-coordinate representation of color #0F1628: hue angle of 223.2º 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 #0F1628 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 22 | 40 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.84 |
| HSL | 223.2º | 0.45% | 0.11% | - |
| HSV(B) | 223.2º | 0.63% | 0.16% | - |
| XYZ | 0.87 | 0.83 | 2.12 | - |
| YUV | 21.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 40 | 0.62 | 0.45 | 0 | 0.84 | 223.2 | 0.45 | 0.11 |
| Hex | F | 16 | 28 | 3E | 2D | 0 | 54 | DF | 2D | B |
| Octal | 17 | 26 | 50 | 76 | 55 | 0 | 124 | 337 | 55 | 13 |
| Binary | 1111 | 10110 | 101000 | 111110 | 101101 | 0 | 1010100 | 11011111 | 101101 | 1011 |
Color Harmonies of #0F1628
Complementary color
Monochromatic Colors of #0F1628
Black with #0F1628
Text Example
Text Example
White with #0F1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1628; }
p { color: rgb(15,22,40); }
H1.HeaderClassName
{
color: #0F1628;
}
.AnyTagClassName
{
color: #0F1628;
}
</style>
background-color css
<style>
a { background-color: #0F1628; }
a { background-color: rgb(15,22,40); }
div.DivClassName
{
background-color: #0F1628;
}
.BgClassName
{
background-color: #0F1628;
}
</style>
border-color css
<style>
span { border-color: #0F1628; }
span { border-color: rgb(15,22,40); }
td.TdClassName
{
border-color: #0F1628;
}
.TagClassName
{
border-color: #0F1628;
}
</style>