Shades of Black Russian #15151F
Tints of Black Russian #15151F
RGB
CMYK
RGB Variations
Color information
#15151F (or 0x15151F) is known color: Black Russian. HEX triplet: 15, 15 and 1F. RGB value is (21,21,31). Sum of RGB (Red+Green+Blue) = 21+21+31=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #15151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15151F is #EAEAE0. Grayscale: #161616. Windows color (decimal): -15395553 or 2037013. OLE color: 2037013.
HSL color Cylindrical-coordinate representation of color #15151F: hue angle of 240º 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 #15151F is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 21 | 31 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.88 |
| HSL | 240º | 0.19% | 0.1% | - |
| HSV(B) | 240º | 0.32% | 0.12% | - |
| XYZ | 0.82 | 0.79 | 1.41 | - |
| YUV | 22.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 31 | 0.32 | 0.32 | 0 | 0.88 | 240 | 0.19 | 0.1 |
| Hex | 15 | 15 | 1F | 20 | 20 | 0 | 58 | F0 | 13 | A |
| Octal | 25 | 25 | 37 | 40 | 40 | 0 | 130 | 360 | 23 | 12 |
| Binary | 10101 | 10101 | 11111 | 100000 | 100000 | 0 | 1011000 | 11110000 | 10011 | 1010 |
Color Harmonies of #15151F
Complementary color
Monochromatic Colors of #15151F
Black with #15151F
Text Example
Text Example
White with #15151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15151F; }
p { color: rgb(21,21,31); }
H1.HeaderClassName
{
color: #15151F;
}
.AnyTagClassName
{
color: #15151F;
}
</style>
background-color css
<style>
a { background-color: #15151F; }
a { background-color: rgb(21,21,31); }
div.DivClassName
{
background-color: #15151F;
}
.BgClassName
{
background-color: #15151F;
}
</style>
border-color css
<style>
span { border-color: #15151F; }
span { border-color: rgb(21,21,31); }
td.TdClassName
{
border-color: #15151F;
}
.TagClassName
{
border-color: #15151F;
}
</style>