Shades of Black Russian #151531
Tints of Black Russian #151531
RGB
CMYK
RGB Variations
Color information
#151531 (or 0x151531) is known color: Black Russian. HEX triplet: 15, 15 and 31. RGB value is (21,21,49). Sum of RGB (Red+Green+Blue) = 21+21+49=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #151531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151531 is #EAEACE. Grayscale: #181818. Windows color (decimal): -15395535 or 3216661. OLE color: 3216661.
HSL color Cylindrical-coordinate representation of color #151531: hue angle of 240º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151531 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 21 | 49 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.81 |
| HSL | 240º | 0.4% | 0.14% | - |
| HSV(B) | 240º | 0.57% | 0.19% | - |
| XYZ | 1.13 | 0.92 | 3.02 | - |
| YUV | 24.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 49 | 0.57 | 0.57 | 0 | 0.81 | 240 | 0.4 | 0.14 |
| Hex | 15 | 15 | 31 | 39 | 39 | 0 | 51 | F0 | 28 | E |
| Octal | 25 | 25 | 61 | 71 | 71 | 0 | 121 | 360 | 50 | 16 |
| Binary | 10101 | 10101 | 110001 | 111001 | 111001 | 0 | 1010001 | 11110000 | 101000 | 1110 |
Color Harmonies of #151531
Complementary color
Monochromatic Colors of #151531
Black with #151531
Text Example
Text Example
White with #151531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151531; }
p { color: rgb(21,21,49); }
H1.HeaderClassName
{
color: #151531;
}
.AnyTagClassName
{
color: #151531;
}
</style>
background-color css
<style>
a { background-color: #151531; }
a { background-color: rgb(21,21,49); }
div.DivClassName
{
background-color: #151531;
}
.BgClassName
{
background-color: #151531;
}
</style>
border-color css
<style>
span { border-color: #151531; }
span { border-color: rgb(21,21,49); }
td.TdClassName
{
border-color: #151531;
}
.TagClassName
{
border-color: #151531;
}
</style>