Shades of Black Russian #14142F
Tints of Black Russian #14142F
RGB
CMYK
RGB Variations
Color information
#14142F (or 0x14142F) is known color: Black Russian. HEX triplet: 14, 14 and 2F. RGB value is (20,20,47). Sum of RGB (Red+Green+Blue) = 20+20+47=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #14142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14142F is #EBEBD0. Grayscale: #161616. Windows color (decimal): -15461329 or 3085332. OLE color: 3085332.
HSL color Cylindrical-coordinate representation of color #14142F: hue angle of 240º 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 #14142F is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 20 | 47 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.82 |
| HSL | 240º | 0.4% | 0.13% | - |
| HSV(B) | 240º | 0.57% | 0.18% | - |
| XYZ | 1.05 | 0.85 | 2.8 | - |
| YUV | 23.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 47 | 0.57 | 0.57 | 0 | 0.82 | 240 | 0.4 | 0.13 |
| Hex | 14 | 14 | 2F | 39 | 39 | 0 | 52 | F0 | 28 | D |
| Octal | 24 | 24 | 57 | 71 | 71 | 0 | 122 | 360 | 50 | 15 |
| Binary | 10100 | 10100 | 101111 | 111001 | 111001 | 0 | 1010010 | 11110000 | 101000 | 1101 |
Color Harmonies of #14142F
Complementary color
Monochromatic Colors of #14142F
Black with #14142F
Text Example
Text Example
White with #14142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14142F; }
p { color: rgb(20,20,47); }
H1.HeaderClassName
{
color: #14142F;
}
.AnyTagClassName
{
color: #14142F;
}
</style>
background-color css
<style>
a { background-color: #14142F; }
a { background-color: rgb(20,20,47); }
div.DivClassName
{
background-color: #14142F;
}
.BgClassName
{
background-color: #14142F;
}
</style>
border-color css
<style>
span { border-color: #14142F; }
span { border-color: rgb(20,20,47); }
td.TdClassName
{
border-color: #14142F;
}
.TagClassName
{
border-color: #14142F;
}
</style>