Shades of Black Russian #141521
Tints of Black Russian #141521
RGB
CMYK
RGB Variations
Color information
#141521 (or 0x141521) is known color: Black Russian. HEX triplet: 14, 15 and 21. RGB value is (20,21,33). Sum of RGB (Red+Green+Blue) = 20+21+33=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #141521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141521 is #EBEADE. Grayscale: #161616. Windows color (decimal): -15461087 or 2168084. OLE color: 2168084.
HSL color Cylindrical-coordinate representation of color #141521: hue angle of 235.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #141521 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 21 | 33 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.87 |
| HSL | 235.38º | 0.25% | 0.1% | - |
| HSV(B) | 235.38º | 0.39% | 0.13% | - |
| XYZ | 0.83 | 0.79 | 1.55 | - |
| YUV | 22.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 33 | 0.39 | 0.36 | 0 | 0.87 | 235.38 | 0.25 | 0.1 |
| Hex | 14 | 15 | 21 | 27 | 24 | 0 | 57 | EB | 19 | A |
| Octal | 24 | 25 | 41 | 47 | 44 | 0 | 127 | 353 | 31 | 12 |
| Binary | 10100 | 10101 | 100001 | 100111 | 100100 | 0 | 1010111 | 11101011 | 11001 | 1010 |
Color Harmonies of #141521
Complementary color
Monochromatic Colors of #141521
Black with #141521
Text Example
Text Example
White with #141521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141521; }
p { color: rgb(20,21,33); }
H1.HeaderClassName
{
color: #141521;
}
.AnyTagClassName
{
color: #141521;
}
</style>
background-color css
<style>
a { background-color: #141521; }
a { background-color: rgb(20,21,33); }
div.DivClassName
{
background-color: #141521;
}
.BgClassName
{
background-color: #141521;
}
</style>
border-color css
<style>
span { border-color: #141521; }
span { border-color: rgb(20,21,33); }
td.TdClassName
{
border-color: #141521;
}
.TagClassName
{
border-color: #141521;
}
</style>