Shades of Black Russian #141928
Tints of Black Russian #141928
RGB
CMYK
RGB Variations
Color information
#141928 (or 0x141928) is known color: Black Russian. HEX triplet: 14, 19 and 28. RGB value is (20,25,40). Sum of RGB (Red+Green+Blue) = 20+25+40=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #141928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141928 is #EBE6D7. Grayscale: #191919. Windows color (decimal): -15460056 or 2627860. OLE color: 2627860.
HSL color Cylindrical-coordinate representation of color #141928: hue angle of 225º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141928 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 25 | 40 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.84 |
| HSL | 225º | 0.33% | 0.12% | - |
| HSV(B) | 225º | 0.5% | 0.16% | - |
| XYZ | 1.02 | 1 | 2.15 | - |
| YUV | 25.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 40 | 0.5 | 0.38 | 0 | 0.84 | 225 | 0.33 | 0.12 |
| Hex | 14 | 19 | 28 | 32 | 26 | 0 | 54 | E1 | 21 | C |
| Octal | 24 | 31 | 50 | 62 | 46 | 0 | 124 | 341 | 41 | 14 |
| Binary | 10100 | 11001 | 101000 | 110010 | 100110 | 0 | 1010100 | 11100001 | 100001 | 1100 |
Color Harmonies of #141928
Complementary color
Monochromatic Colors of #141928
Black with #141928
Text Example
Text Example
White with #141928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141928; }
p { color: rgb(20,25,40); }
H1.HeaderClassName
{
color: #141928;
}
.AnyTagClassName
{
color: #141928;
}
</style>
background-color css
<style>
a { background-color: #141928; }
a { background-color: rgb(20,25,40); }
div.DivClassName
{
background-color: #141928;
}
.BgClassName
{
background-color: #141928;
}
</style>
border-color css
<style>
span { border-color: #141928; }
span { border-color: rgb(20,25,40); }
td.TdClassName
{
border-color: #141928;
}
.TagClassName
{
border-color: #141928;
}
</style>