Shades of Black Russian #14151C
Tints of Black Russian #14151C
RGB
CMYK
RGB Variations
Color information
#14151C (or 0x14151C) is known color: Black Russian. HEX triplet: 14, 15 and 1C. RGB value is (20,21,28). Sum of RGB (Red+Green+Blue) = 20+21+28=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #14151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151C is #EBEAE3. Grayscale: #151515. Windows color (decimal): -15461092 or 1840404. OLE color: 1840404.
HSL color Cylindrical-coordinate representation of color #14151C: hue angle of 232.5º 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 #14151C is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 21 | 28 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.89 |
| HSL | 232.5º | 0.17% | 0.09% | - |
| HSV(B) | 232.5º | 0.29% | 0.11% | - |
| XYZ | 0.77 | 0.77 | 1.21 | - |
| YUV | 21.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 28 | 0.29 | 0.25 | 0 | 0.89 | 232.5 | 0.17 | 0.09 |
| Hex | 14 | 15 | 1C | 1D | 19 | 0 | 59 | E8 | 11 | 9 |
| Octal | 24 | 25 | 34 | 35 | 31 | 0 | 131 | 350 | 21 | 11 |
| Binary | 10100 | 10101 | 11100 | 11101 | 11001 | 0 | 1011001 | 11101000 | 10001 | 1001 |
Color Harmonies of #14151C
Complementary color
Monochromatic Colors of #14151C
Black with #14151C
Text Example
Text Example
White with #14151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14151C; }
p { color: rgb(20,21,28); }
H1.HeaderClassName
{
color: #14151C;
}
.AnyTagClassName
{
color: #14151C;
}
</style>
background-color css
<style>
a { background-color: #14151C; }
a { background-color: rgb(20,21,28); }
div.DivClassName
{
background-color: #14151C;
}
.BgClassName
{
background-color: #14151C;
}
</style>
border-color css
<style>
span { border-color: #14151C; }
span { border-color: rgb(20,21,28); }
td.TdClassName
{
border-color: #14151C;
}
.TagClassName
{
border-color: #14151C;
}
</style>