Shades of Black Russian #141B2A
Tints of Black Russian #141B2A
RGB
CMYK
RGB Variations
Color information
#141B2A (or 0x141B2A) is known color: Black Russian. HEX triplet: 14, 1B and 2A. RGB value is (20,27,42). Sum of RGB (Red+Green+Blue) = 20+27+42=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #141B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2A is #EBE4D5. Grayscale: #1A1A1A. Windows color (decimal): -15459542 or 2759444. OLE color: 2759444.
HSL color Cylindrical-coordinate representation of color #141B2A: hue angle of 220.91º 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 #141B2A is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 27 | 42 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.84 |
| HSL | 220.91º | 0.35% | 0.12% | - |
| HSV(B) | 220.91º | 0.52% | 0.16% | - |
| XYZ | 1.1 | 1.1 | 2.34 | - |
| YUV | 26.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 42 | 0.52 | 0.36 | 0 | 0.84 | 220.91 | 0.35 | 0.12 |
| Hex | 14 | 1B | 2A | 34 | 24 | 0 | 54 | DD | 23 | C |
| Octal | 24 | 33 | 52 | 64 | 44 | 0 | 124 | 335 | 43 | 14 |
| Binary | 10100 | 11011 | 101010 | 110100 | 100100 | 0 | 1010100 | 11011101 | 100011 | 1100 |
Color Harmonies of #141B2A
Complementary color
Monochromatic Colors of #141B2A
Black with #141B2A
Text Example
Text Example
White with #141B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B2A; }
p { color: rgb(20,27,42); }
H1.HeaderClassName
{
color: #141B2A;
}
.AnyTagClassName
{
color: #141B2A;
}
</style>
background-color css
<style>
a { background-color: #141B2A; }
a { background-color: rgb(20,27,42); }
div.DivClassName
{
background-color: #141B2A;
}
.BgClassName
{
background-color: #141B2A;
}
</style>
border-color css
<style>
span { border-color: #141B2A; }
span { border-color: rgb(20,27,42); }
td.TdClassName
{
border-color: #141B2A;
}
.TagClassName
{
border-color: #141B2A;
}
</style>