Shades of Black Russian #141519
Tints of Black Russian #141519
RGB
CMYK
RGB Variations
Color information
#141519 (or 0x141519) is known color: Black Russian. HEX triplet: 14, 15 and 19. RGB value is (20,21,25). Sum of RGB (Red+Green+Blue) = 20+21+25=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #141519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141519 is #EBEAE6. Grayscale: #151515. Windows color (decimal): -15461095 or 1643796. OLE color: 1643796.
HSL color Cylindrical-coordinate representation of color #141519: hue angle of 228º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141519 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 21 | 25 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.90 |
| HSL | 228º | 0.11% | 0.09% | - |
| HSV(B) | 228º | 0.2% | 0.1% | - |
| XYZ | 0.73 | 0.76 | 1.03 | - |
| YUV | 21.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 25 | 0.20 | 0.16 | 0 | 0.90 | 228 | 0.11 | 0.09 |
| Hex | 14 | 15 | 19 | 14 | 10 | 0 | 5A | E4 | B | 9 |
| Octal | 24 | 25 | 31 | 24 | 20 | 0 | 132 | 344 | 13 | 11 |
| Binary | 10100 | 10101 | 11001 | 10100 | 10000 | 0 | 1011010 | 11100100 | 1011 | 1001 |
Color Harmonies of #141519
Complementary color
Monochromatic Colors of #141519
Black with #141519
Text Example
Text Example
White with #141519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141519; }
p { color: rgb(20,21,25); }
H1.HeaderClassName
{
color: #141519;
}
.AnyTagClassName
{
color: #141519;
}
</style>
background-color css
<style>
a { background-color: #141519; }
a { background-color: rgb(20,21,25); }
div.DivClassName
{
background-color: #141519;
}
.BgClassName
{
background-color: #141519;
}
</style>
border-color css
<style>
span { border-color: #141519; }
span { border-color: rgb(20,21,25); }
td.TdClassName
{
border-color: #141519;
}
.TagClassName
{
border-color: #141519;
}
</style>