Shades of Black Russian #15161F
Tints of Black Russian #15161F
RGB
CMYK
RGB Variations
Color information
#15161F (or 0x15161F) is known color: Black Russian. HEX triplet: 15, 16 and 1F. RGB value is (21,22,31). Sum of RGB (Red+Green+Blue) = 21+22+31=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #15161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15161F is #EAE9E0. Grayscale: #161616. Windows color (decimal): -15395297 or 2037269. OLE color: 2037269.
HSL color Cylindrical-coordinate representation of color #15161F: hue angle of 234º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #15161F is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 22 | 31 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.88 |
| HSL | 234º | 0.19% | 0.1% | - |
| HSV(B) | 234º | 0.32% | 0.12% | - |
| XYZ | 0.84 | 0.83 | 1.41 | - |
| YUV | 22.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 31 | 0.32 | 0.29 | 0 | 0.88 | 234 | 0.19 | 0.1 |
| Hex | 15 | 16 | 1F | 20 | 1D | 0 | 58 | EA | 13 | A |
| Octal | 25 | 26 | 37 | 40 | 35 | 0 | 130 | 352 | 23 | 12 |
| Binary | 10101 | 10110 | 11111 | 100000 | 11101 | 0 | 1011000 | 11101010 | 10011 | 1010 |
Color Harmonies of #15161F
Complementary color
Monochromatic Colors of #15161F
Black with #15161F
Text Example
Text Example
White with #15161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15161F; }
p { color: rgb(21,22,31); }
H1.HeaderClassName
{
color: #15161F;
}
.AnyTagClassName
{
color: #15161F;
}
</style>
background-color css
<style>
a { background-color: #15161F; }
a { background-color: rgb(21,22,31); }
div.DivClassName
{
background-color: #15161F;
}
.BgClassName
{
background-color: #15161F;
}
</style>
border-color css
<style>
span { border-color: #15161F; }
span { border-color: rgb(21,22,31); }
td.TdClassName
{
border-color: #15161F;
}
.TagClassName
{
border-color: #15161F;
}
</style>