Shades of Black Russian #141A2D
Tints of Black Russian #141A2D
RGB
CMYK
RGB Variations
Color information
#141A2D (or 0x141A2D) is known color: Black Russian. HEX triplet: 14, 1A and 2D. RGB value is (20,26,45). Sum of RGB (Red+Green+Blue) = 20+26+45=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #141A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2D is #EBE5D2. Grayscale: #1A1A1A. Windows color (decimal): -15459795 or 2955796. OLE color: 2955796.
HSL color Cylindrical-coordinate representation of color #141A2D: hue angle of 225.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #141A2D is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 26 | 45 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.82 |
| HSL | 225.6º | 0.38% | 0.13% | - |
| HSV(B) | 225.6º | 0.56% | 0.18% | - |
| XYZ | 1.13 | 1.08 | 2.63 | - |
| YUV | 26.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 45 | 0.56 | 0.42 | 0 | 0.82 | 225.6 | 0.38 | 0.13 |
| Hex | 14 | 1A | 2D | 38 | 2A | 0 | 52 | E2 | 26 | D |
| Octal | 24 | 32 | 55 | 70 | 52 | 0 | 122 | 342 | 46 | 15 |
| Binary | 10100 | 11010 | 101101 | 111000 | 101010 | 0 | 1010010 | 11100010 | 100110 | 1101 |
Color Harmonies of #141A2D
Complementary color
Monochromatic Colors of #141A2D
Black with #141A2D
Text Example
Text Example
White with #141A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A2D; }
p { color: rgb(20,26,45); }
H1.HeaderClassName
{
color: #141A2D;
}
.AnyTagClassName
{
color: #141A2D;
}
</style>
background-color css
<style>
a { background-color: #141A2D; }
a { background-color: rgb(20,26,45); }
div.DivClassName
{
background-color: #141A2D;
}
.BgClassName
{
background-color: #141A2D;
}
</style>
border-color css
<style>
span { border-color: #141A2D; }
span { border-color: rgb(20,26,45); }
td.TdClassName
{
border-color: #141A2D;
}
.TagClassName
{
border-color: #141A2D;
}
</style>