Shades of Black Russian #15151A
Tints of Black Russian #15151A
RGB
CMYK
RGB Variations
Color information
#15151A (or 0x15151A) is known color: Black Russian. HEX triplet: 15, 15 and 1A. RGB value is (21,21,26). Sum of RGB (Red+Green+Blue) = 21+21+26=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #15151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15151A is #EAEAE5. Grayscale: #151515. Windows color (decimal): -15395558 or 1709333. OLE color: 1709333.
HSL color Cylindrical-coordinate representation of color #15151A: hue angle of 240º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #15151A is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 21 | 26 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.90 |
| HSL | 240º | 0.11% | 0.09% | - |
| HSV(B) | 240º | 0.19% | 0.1% | - |
| XYZ | 0.76 | 0.77 | 1.09 | - |
| YUV | 21.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 26 | 0.19 | 0.19 | 0 | 0.90 | 240 | 0.11 | 0.09 |
| Hex | 15 | 15 | 1A | 13 | 13 | 0 | 5A | F0 | B | 9 |
| Octal | 25 | 25 | 32 | 23 | 23 | 0 | 132 | 360 | 13 | 11 |
| Binary | 10101 | 10101 | 11010 | 10011 | 10011 | 0 | 1011010 | 11110000 | 1011 | 1001 |
Color Harmonies of #15151A
Complementary color
Monochromatic Colors of #15151A
Black with #15151A
Text Example
Text Example
White with #15151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15151A; }
p { color: rgb(21,21,26); }
H1.HeaderClassName
{
color: #15151A;
}
.AnyTagClassName
{
color: #15151A;
}
</style>
background-color css
<style>
a { background-color: #15151A; }
a { background-color: rgb(21,21,26); }
div.DivClassName
{
background-color: #15151A;
}
.BgClassName
{
background-color: #15151A;
}
</style>
border-color css
<style>
span { border-color: #15151A; }
span { border-color: rgb(21,21,26); }
td.TdClassName
{
border-color: #15151A;
}
.TagClassName
{
border-color: #15151A;
}
</style>