Shades of Black Russian #14141C
Tints of Black Russian #14141C
RGB
CMYK
RGB Variations
Color information
#14141C (or 0x14141C) is known color: Black Russian. HEX triplet: 14, 14 and 1C. RGB value is (20,20,28). Sum of RGB (Red+Green+Blue) = 20+20+28=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #14141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14141C is #EBEBE3. Grayscale: #141414. Windows color (decimal): -15461348 or 1840148. OLE color: 1840148.
HSL color Cylindrical-coordinate representation of color #14141C: hue angle of 240º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14141C is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 20 | 28 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.89 |
| HSL | 240º | 0.17% | 0.09% | - |
| HSV(B) | 240º | 0.29% | 0.11% | - |
| XYZ | 0.75 | 0.73 | 1.2 | - |
| YUV | 20.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 28 | 0.29 | 0.29 | 0 | 0.89 | 240 | 0.17 | 0.09 |
| Hex | 14 | 14 | 1C | 1D | 1D | 0 | 59 | F0 | 11 | 9 |
| Octal | 24 | 24 | 34 | 35 | 35 | 0 | 131 | 360 | 21 | 11 |
| Binary | 10100 | 10100 | 11100 | 11101 | 11101 | 0 | 1011001 | 11110000 | 10001 | 1001 |
Color Harmonies of #14141C
Complementary color
Monochromatic Colors of #14141C
Black with #14141C
Text Example
Text Example
White with #14141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14141C; }
p { color: rgb(20,20,28); }
H1.HeaderClassName
{
color: #14141C;
}
.AnyTagClassName
{
color: #14141C;
}
</style>
background-color css
<style>
a { background-color: #14141C; }
a { background-color: rgb(20,20,28); }
div.DivClassName
{
background-color: #14141C;
}
.BgClassName
{
background-color: #14141C;
}
</style>
border-color css
<style>
span { border-color: #14141C; }
span { border-color: rgb(20,20,28); }
td.TdClassName
{
border-color: #14141C;
}
.TagClassName
{
border-color: #14141C;
}
</style>