Shades of Black Russian #14192A
Tints of Black Russian #14192A
RGB
CMYK
RGB Variations
Color information
#14192A (or 0x14192A) is known color: Black Russian. HEX triplet: 14, 19 and 2A. RGB value is (20,25,42). Sum of RGB (Red+Green+Blue) = 20+25+42=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #14192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14192A is #EBE6D5. Grayscale: #191919. Windows color (decimal): -15460054 or 2758932. OLE color: 2758932.
HSL color Cylindrical-coordinate representation of color #14192A: hue angle of 226.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14192A is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 25 | 42 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.84 |
| HSL | 226.36º | 0.35% | 0.12% | - |
| HSV(B) | 226.36º | 0.52% | 0.16% | - |
| XYZ | 1.05 | 1.01 | 2.33 | - |
| YUV | 25.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 42 | 0.52 | 0.40 | 0 | 0.84 | 226.36 | 0.35 | 0.12 |
| Hex | 14 | 19 | 2A | 34 | 28 | 0 | 54 | E2 | 23 | C |
| Octal | 24 | 31 | 52 | 64 | 50 | 0 | 124 | 342 | 43 | 14 |
| Binary | 10100 | 11001 | 101010 | 110100 | 101000 | 0 | 1010100 | 11100010 | 100011 | 1100 |
Color Harmonies of #14192A
Complementary color
Monochromatic Colors of #14192A
Black with #14192A
Text Example
Text Example
White with #14192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14192A; }
p { color: rgb(20,25,42); }
H1.HeaderClassName
{
color: #14192A;
}
.AnyTagClassName
{
color: #14192A;
}
</style>
background-color css
<style>
a { background-color: #14192A; }
a { background-color: rgb(20,25,42); }
div.DivClassName
{
background-color: #14192A;
}
.BgClassName
{
background-color: #14192A;
}
</style>
border-color css
<style>
span { border-color: #14192A; }
span { border-color: rgb(20,25,42); }
td.TdClassName
{
border-color: #14192A;
}
.TagClassName
{
border-color: #14192A;
}
</style>