Shades of Black Russian #141A2A
Tints of Black Russian #141A2A
RGB
CMYK
RGB Variations
Color information
#141A2A (or 0x141A2A) is known color: Black Russian. HEX triplet: 14, 1A and 2A. RGB value is (20,26,42). Sum of RGB (Red+Green+Blue) = 20+26+42=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #141A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2A is #EBE5D5. Grayscale: #191919. Windows color (decimal): -15459798 or 2759188. OLE color: 2759188.
HSL color Cylindrical-coordinate representation of color #141A2A: hue angle of 223.64º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #141A2A is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 26 | 42 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.84 |
| HSL | 223.64º | 0.35% | 0.12% | - |
| HSV(B) | 223.64º | 0.52% | 0.16% | - |
| XYZ | 1.08 | 1.05 | 2.34 | - |
| YUV | 26.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 42 | 0.52 | 0.38 | 0 | 0.84 | 223.64 | 0.35 | 0.12 |
| Hex | 14 | 1A | 2A | 34 | 26 | 0 | 54 | E0 | 23 | C |
| Octal | 24 | 32 | 52 | 64 | 46 | 0 | 124 | 340 | 43 | 14 |
| Binary | 10100 | 11010 | 101010 | 110100 | 100110 | 0 | 1010100 | 11100000 | 100011 | 1100 |
Color Harmonies of #141A2A
Complementary color
Monochromatic Colors of #141A2A
Black with #141A2A
Text Example
Text Example
White with #141A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A2A; }
p { color: rgb(20,26,42); }
H1.HeaderClassName
{
color: #141A2A;
}
.AnyTagClassName
{
color: #141A2A;
}
</style>
background-color css
<style>
a { background-color: #141A2A; }
a { background-color: rgb(20,26,42); }
div.DivClassName
{
background-color: #141A2A;
}
.BgClassName
{
background-color: #141A2A;
}
</style>
border-color css
<style>
span { border-color: #141A2A; }
span { border-color: rgb(20,26,42); }
td.TdClassName
{
border-color: #141A2A;
}
.TagClassName
{
border-color: #141A2A;
}
</style>