Shades of Black Russian #141A2E
Tints of Black Russian #141A2E
RGB
CMYK
RGB Variations
Color information
#141A2E (or 0x141A2E) is known color: Black Russian. HEX triplet: 14, 1A and 2E. RGB value is (20,26,46). Sum of RGB (Red+Green+Blue) = 20+26+46=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #141A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2E is #EBE5D1. Grayscale: #1A1A1A. Windows color (decimal): -15459794 or 3021332. OLE color: 3021332.
HSL color Cylindrical-coordinate representation of color #141A2E: hue angle of 226.15º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141A2E is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 26 | 46 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.82 |
| HSL | 226.15º | 0.39% | 0.13% | - |
| HSV(B) | 226.15º | 0.57% | 0.18% | - |
| XYZ | 1.15 | 1.08 | 2.73 | - |
| YUV | 26.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 46 | 0.57 | 0.43 | 0 | 0.82 | 226.15 | 0.39 | 0.13 |
| Hex | 14 | 1A | 2E | 39 | 2B | 0 | 52 | E2 | 27 | D |
| Octal | 24 | 32 | 56 | 71 | 53 | 0 | 122 | 342 | 47 | 15 |
| Binary | 10100 | 11010 | 101110 | 111001 | 101011 | 0 | 1010010 | 11100010 | 100111 | 1101 |
Color Harmonies of #141A2E
Complementary color
Monochromatic Colors of #141A2E
Black with #141A2E
Text Example
Text Example
White with #141A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A2E; }
p { color: rgb(20,26,46); }
H1.HeaderClassName
{
color: #141A2E;
}
.AnyTagClassName
{
color: #141A2E;
}
</style>
background-color css
<style>
a { background-color: #141A2E; }
a { background-color: rgb(20,26,46); }
div.DivClassName
{
background-color: #141A2E;
}
.BgClassName
{
background-color: #141A2E;
}
</style>
border-color css
<style>
span { border-color: #141A2E; }
span { border-color: rgb(20,26,46); }
td.TdClassName
{
border-color: #141A2E;
}
.TagClassName
{
border-color: #141A2E;
}
</style>