Shades of Black Russian #14182F
Tints of Black Russian #14182F
RGB
CMYK
RGB Variations
Color information
#14182F (or 0x14182F) is known color: Black Russian. HEX triplet: 14, 18 and 2F. RGB value is (20,24,47). Sum of RGB (Red+Green+Blue) = 20+24+47=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #14182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14182F is #EBE7D0. Grayscale: #191919. Windows color (decimal): -15460305 or 3086356. OLE color: 3086356.
HSL color Cylindrical-coordinate representation of color #14182F: hue angle of 231.11º degrees, saturation: 0.4, 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 #14182F is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 24 | 47 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.82 |
| HSL | 231.11º | 0.4% | 0.13% | - |
| HSV(B) | 231.11º | 0.57% | 0.18% | - |
| XYZ | 1.13 | 1.01 | 2.82 | - |
| YUV | 25.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 47 | 0.57 | 0.49 | 0 | 0.82 | 231.11 | 0.4 | 0.13 |
| Hex | 14 | 18 | 2F | 39 | 31 | 0 | 52 | E7 | 28 | D |
| Octal | 24 | 30 | 57 | 71 | 61 | 0 | 122 | 347 | 50 | 15 |
| Binary | 10100 | 11000 | 101111 | 111001 | 110001 | 0 | 1010010 | 11100111 | 101000 | 1101 |
Color Harmonies of #14182F
Complementary color
Monochromatic Colors of #14182F
Black with #14182F
Text Example
Text Example
White with #14182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14182F; }
p { color: rgb(20,24,47); }
H1.HeaderClassName
{
color: #14182F;
}
.AnyTagClassName
{
color: #14182F;
}
</style>
background-color css
<style>
a { background-color: #14182F; }
a { background-color: rgb(20,24,47); }
div.DivClassName
{
background-color: #14182F;
}
.BgClassName
{
background-color: #14182F;
}
</style>
border-color css
<style>
span { border-color: #14182F; }
span { border-color: rgb(20,24,47); }
td.TdClassName
{
border-color: #14182F;
}
.TagClassName
{
border-color: #14182F;
}
</style>