Shades of Black Russian #0F1523
Tints of Black Russian #0F1523
RGB
CMYK
RGB Variations
Color information
#0F1523 (or 0x0F1523) is known color: Black Russian. HEX triplet: 0F, 15 and 23. RGB value is (15,21,35). Sum of RGB (Red+Green+Blue) = 15+21+35=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1523 is #F0EADC. Grayscale: #141414. Windows color (decimal): -15788765 or 2299151. OLE color: 2299151.
HSL color Cylindrical-coordinate representation of color #0F1523: hue angle of 222º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1523 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 21 | 35 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.86 |
| HSL | 222º | 0.4% | 0.1% | - |
| HSV(B) | 222º | 0.57% | 0.14% | - |
| XYZ | 0.77 | 0.76 | 1.7 | - |
| YUV | 20.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 35 | 0.57 | 0.40 | 0 | 0.86 | 222 | 0.4 | 0.1 |
| Hex | F | 15 | 23 | 39 | 28 | 0 | 56 | DE | 28 | A |
| Octal | 17 | 25 | 43 | 71 | 50 | 0 | 126 | 336 | 50 | 12 |
| Binary | 1111 | 10101 | 100011 | 111001 | 101000 | 0 | 1010110 | 11011110 | 101000 | 1010 |
Color Harmonies of #0F1523
Complementary color
Monochromatic Colors of #0F1523
Black with #0F1523
Text Example
Text Example
White with #0F1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1523; }
p { color: rgb(15,21,35); }
H1.HeaderClassName
{
color: #0F1523;
}
.AnyTagClassName
{
color: #0F1523;
}
</style>
background-color css
<style>
a { background-color: #0F1523; }
a { background-color: rgb(15,21,35); }
div.DivClassName
{
background-color: #0F1523;
}
.BgClassName
{
background-color: #0F1523;
}
</style>
border-color css
<style>
span { border-color: #0F1523; }
span { border-color: rgb(15,21,35); }
td.TdClassName
{
border-color: #0F1523;
}
.TagClassName
{
border-color: #0F1523;
}
</style>