Shades of Black Russian #141A24
Tints of Black Russian #141A24
RGB
CMYK
RGB Variations
Color information
#141A24 (or 0x141A24) is known color: Black Russian. HEX triplet: 14, 1A and 24. RGB value is (20,26,36). Sum of RGB (Red+Green+Blue) = 20+26+36=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #141A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A24 is #EBE5DB. Grayscale: #191919. Windows color (decimal): -15459804 or 2365972. OLE color: 2365972.
HSL color Cylindrical-coordinate representation of color #141A24: hue angle of 217.5º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #141A24 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 26 | 36 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.86 |
| HSL | 217.5º | 0.29% | 0.11% | - |
| HSV(B) | 217.5º | 0.44% | 0.14% | - |
| XYZ | 0.98 | 1.01 | 1.81 | - |
| YUV | 25.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 36 | 0.44 | 0.28 | 0 | 0.86 | 217.5 | 0.29 | 0.11 |
| Hex | 14 | 1A | 24 | 2C | 1C | 0 | 56 | DA | 1D | B |
| Octal | 24 | 32 | 44 | 54 | 34 | 0 | 126 | 332 | 35 | 13 |
| Binary | 10100 | 11010 | 100100 | 101100 | 11100 | 0 | 1010110 | 11011010 | 11101 | 1011 |
Color Harmonies of #141A24
Complementary color
Monochromatic Colors of #141A24
Black with #141A24
Text Example
Text Example
White with #141A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A24; }
p { color: rgb(20,26,36); }
H1.HeaderClassName
{
color: #141A24;
}
.AnyTagClassName
{
color: #141A24;
}
</style>
background-color css
<style>
a { background-color: #141A24; }
a { background-color: rgb(20,26,36); }
div.DivClassName
{
background-color: #141A24;
}
.BgClassName
{
background-color: #141A24;
}
</style>
border-color css
<style>
span { border-color: #141A24; }
span { border-color: rgb(20,26,36); }
td.TdClassName
{
border-color: #141A24;
}
.TagClassName
{
border-color: #141A24;
}
</style>