Shades of Black Russian #14192B
Tints of Black Russian #14192B
RGB
CMYK
RGB Variations
Color information
#14192B (or 0x14192B) is known color: Black Russian. HEX triplet: 14, 19 and 2B. RGB value is (20,25,43). Sum of RGB (Red+Green+Blue) = 20+25+43=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #14192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14192B is #EBE6D4. Grayscale: #191919. Windows color (decimal): -15460053 or 2824468. OLE color: 2824468.
HSL color Cylindrical-coordinate representation of color #14192B: hue angle of 226.96º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14192B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 25 | 43 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.83 |
| HSL | 226.96º | 0.37% | 0.12% | - |
| HSV(B) | 226.96º | 0.53% | 0.17% | - |
| XYZ | 1.07 | 1.02 | 2.43 | - |
| YUV | 25.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 43 | 0.53 | 0.42 | 0 | 0.83 | 226.96 | 0.37 | 0.12 |
| Hex | 14 | 19 | 2B | 35 | 2A | 0 | 53 | E3 | 25 | C |
| Octal | 24 | 31 | 53 | 65 | 52 | 0 | 123 | 343 | 45 | 14 |
| Binary | 10100 | 11001 | 101011 | 110101 | 101010 | 0 | 1010011 | 11100011 | 100101 | 1100 |
Color Harmonies of #14192B
Complementary color
Monochromatic Colors of #14192B
Black with #14192B
Text Example
Text Example
White with #14192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14192B; }
p { color: rgb(20,25,43); }
H1.HeaderClassName
{
color: #14192B;
}
.AnyTagClassName
{
color: #14192B;
}
</style>
background-color css
<style>
a { background-color: #14192B; }
a { background-color: rgb(20,25,43); }
div.DivClassName
{
background-color: #14192B;
}
.BgClassName
{
background-color: #14192B;
}
</style>
border-color css
<style>
span { border-color: #14192B; }
span { border-color: rgb(20,25,43); }
td.TdClassName
{
border-color: #14192B;
}
.TagClassName
{
border-color: #14192B;
}
</style>