Shades of Black Russian #14142E
Tints of Black Russian #14142E
RGB
CMYK
RGB Variations
Color information
#14142E (or 0x14142E) is known color: Black Russian. HEX triplet: 14, 14 and 2E. RGB value is (20,20,46). Sum of RGB (Red+Green+Blue) = 20+20+46=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #14142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14142E is #EBEBD1. Grayscale: #161616. Windows color (decimal): -15461330 or 3019796. OLE color: 3019796.
HSL color Cylindrical-coordinate representation of color #14142E: hue angle of 240º 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 #14142E is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 20 | 46 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.82 |
| HSL | 240º | 0.39% | 0.13% | - |
| HSV(B) | 240º | 0.57% | 0.18% | - |
| XYZ | 1.03 | 0.85 | 2.69 | - |
| YUV | 22.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 46 | 0.57 | 0.57 | 0 | 0.82 | 240 | 0.39 | 0.13 |
| Hex | 14 | 14 | 2E | 39 | 39 | 0 | 52 | F0 | 27 | D |
| Octal | 24 | 24 | 56 | 71 | 71 | 0 | 122 | 360 | 47 | 15 |
| Binary | 10100 | 10100 | 101110 | 111001 | 111001 | 0 | 1010010 | 11110000 | 100111 | 1101 |
Color Harmonies of #14142E
Complementary color
Monochromatic Colors of #14142E
Black with #14142E
Text Example
Text Example
White with #14142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14142E; }
p { color: rgb(20,20,46); }
H1.HeaderClassName
{
color: #14142E;
}
.AnyTagClassName
{
color: #14142E;
}
</style>
background-color css
<style>
a { background-color: #14142E; }
a { background-color: rgb(20,20,46); }
div.DivClassName
{
background-color: #14142E;
}
.BgClassName
{
background-color: #14142E;
}
</style>
border-color css
<style>
span { border-color: #14142E; }
span { border-color: rgb(20,20,46); }
td.TdClassName
{
border-color: #14142E;
}
.TagClassName
{
border-color: #14142E;
}
</style>