Shades of Black Russian #141A2C
Tints of Black Russian #141A2C
RGB
CMYK
RGB Variations
Color information
#141A2C (or 0x141A2C) is known color: Black Russian. HEX triplet: 14, 1A and 2C. RGB value is (20,26,44). Sum of RGB (Red+Green+Blue) = 20+26+44=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #141A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2C is #EBE5D3. Grayscale: #1A1A1A. Windows color (decimal): -15459796 or 2890260. OLE color: 2890260.
HSL color Cylindrical-coordinate representation of color #141A2C: hue angle of 225º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141A2C is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 26 | 44 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.83 |
| HSL | 225º | 0.38% | 0.13% | - |
| HSV(B) | 225º | 0.55% | 0.17% | - |
| XYZ | 1.11 | 1.07 | 2.53 | - |
| YUV | 26.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 44 | 0.55 | 0.41 | 0 | 0.83 | 225 | 0.38 | 0.13 |
| Hex | 14 | 1A | 2C | 37 | 29 | 0 | 53 | E1 | 26 | D |
| Octal | 24 | 32 | 54 | 67 | 51 | 0 | 123 | 341 | 46 | 15 |
| Binary | 10100 | 11010 | 101100 | 110111 | 101001 | 0 | 1010011 | 11100001 | 100110 | 1101 |
Color Harmonies of #141A2C
Complementary color
Monochromatic Colors of #141A2C
Black with #141A2C
Text Example
Text Example
White with #141A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A2C; }
p { color: rgb(20,26,44); }
H1.HeaderClassName
{
color: #141A2C;
}
.AnyTagClassName
{
color: #141A2C;
}
</style>
background-color css
<style>
a { background-color: #141A2C; }
a { background-color: rgb(20,26,44); }
div.DivClassName
{
background-color: #141A2C;
}
.BgClassName
{
background-color: #141A2C;
}
</style>
border-color css
<style>
span { border-color: #141A2C; }
span { border-color: rgb(20,26,44); }
td.TdClassName
{
border-color: #141A2C;
}
.TagClassName
{
border-color: #141A2C;
}
</style>