Shades of Black Russian #141A2B
Tints of Black Russian #141A2B
RGB
CMYK
RGB Variations
Color information
#141A2B (or 0x141A2B) is known color: Black Russian. HEX triplet: 14, 1A and 2B. RGB value is (20,26,43). Sum of RGB (Red+Green+Blue) = 20+26+43=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #141A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2B is #EBE5D4. Grayscale: #1A1A1A. Windows color (decimal): -15459797 or 2824724. OLE color: 2824724.
HSL color Cylindrical-coordinate representation of color #141A2B: hue angle of 224.35º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141A2B is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 26 | 43 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.83 |
| HSL | 224.35º | 0.37% | 0.12% | - |
| HSV(B) | 224.35º | 0.53% | 0.17% | - |
| XYZ | 1.09 | 1.06 | 2.43 | - |
| YUV | 26.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 43 | 0.53 | 0.40 | 0 | 0.83 | 224.35 | 0.37 | 0.12 |
| Hex | 14 | 1A | 2B | 35 | 28 | 0 | 53 | E0 | 25 | C |
| Octal | 24 | 32 | 53 | 65 | 50 | 0 | 123 | 340 | 45 | 14 |
| Binary | 10100 | 11010 | 101011 | 110101 | 101000 | 0 | 1010011 | 11100000 | 100101 | 1100 |
Color Harmonies of #141A2B
Complementary color
Monochromatic Colors of #141A2B
Black with #141A2B
Text Example
Text Example
White with #141A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A2B; }
p { color: rgb(20,26,43); }
H1.HeaderClassName
{
color: #141A2B;
}
.AnyTagClassName
{
color: #141A2B;
}
</style>
background-color css
<style>
a { background-color: #141A2B; }
a { background-color: rgb(20,26,43); }
div.DivClassName
{
background-color: #141A2B;
}
.BgClassName
{
background-color: #141A2B;
}
</style>
border-color css
<style>
span { border-color: #141A2B; }
span { border-color: rgb(20,26,43); }
td.TdClassName
{
border-color: #141A2B;
}
.TagClassName
{
border-color: #141A2B;
}
</style>