Shades of Black Russian #14122B
Tints of Black Russian #14122B
RGB
CMYK
RGB Variations
Color information
#14122B (or 0x14122B) is known color: Black Russian. HEX triplet: 14, 12 and 2B. RGB value is (20,18,43). Sum of RGB (Red+Green+Blue) = 20+18+43=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #14122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122B is #EBEDD4. Grayscale: #151515. Windows color (decimal): -15461845 or 2822676. OLE color: 2822676.
HSL color Cylindrical-coordinate representation of color #14122B: hue angle of 244.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14122B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 18 | 43 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.83 |
| HSL | 244.8º | 0.41% | 0.12% | - |
| HSV(B) | 244.8º | 0.58% | 0.17% | - |
| XYZ | 0.94 | 0.76 | 2.38 | - |
| YUV | 21.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 43 | 0.53 | 0.58 | 0 | 0.83 | 244.8 | 0.41 | 0.12 |
| Hex | 14 | 12 | 2B | 35 | 3A | 0 | 53 | F5 | 29 | C |
| Octal | 24 | 22 | 53 | 65 | 72 | 0 | 123 | 365 | 51 | 14 |
| Binary | 10100 | 10010 | 101011 | 110101 | 111010 | 0 | 1010011 | 11110101 | 101001 | 1100 |
Color Harmonies of #14122B
Complementary color
Monochromatic Colors of #14122B
Black with #14122B
Text Example
Text Example
White with #14122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14122B; }
p { color: rgb(20,18,43); }
H1.HeaderClassName
{
color: #14122B;
}
.AnyTagClassName
{
color: #14122B;
}
</style>
background-color css
<style>
a { background-color: #14122B; }
a { background-color: rgb(20,18,43); }
div.DivClassName
{
background-color: #14122B;
}
.BgClassName
{
background-color: #14122B;
}
</style>
border-color css
<style>
span { border-color: #14122B; }
span { border-color: rgb(20,18,43); }
td.TdClassName
{
border-color: #14122B;
}
.TagClassName
{
border-color: #14122B;
}
</style>