Shades of Black Russian #14151B
Tints of Black Russian #14151B
RGB
CMYK
RGB Variations
Color information
#14151B (or 0x14151B) is known color: Black Russian. HEX triplet: 14, 15 and 1B. RGB value is (20,21,27). Sum of RGB (Red+Green+Blue) = 20+21+27=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #14151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151B is #EBEAE4. Grayscale: #151515. Windows color (decimal): -15461093 or 1774868. OLE color: 1774868.
HSL color Cylindrical-coordinate representation of color #14151B: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14151B is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 21 | 27 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.89 |
| HSL | 231.43º | 0.15% | 0.09% | - |
| HSV(B) | 231.43º | 0.26% | 0.11% | - |
| XYZ | 0.75 | 0.76 | 1.14 | - |
| YUV | 21.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 27 | 0.26 | 0.22 | 0 | 0.89 | 231.43 | 0.15 | 0.09 |
| Hex | 14 | 15 | 1B | 1A | 16 | 0 | 59 | E7 | F | 9 |
| Octal | 24 | 25 | 33 | 32 | 26 | 0 | 131 | 347 | 17 | 11 |
| Binary | 10100 | 10101 | 11011 | 11010 | 10110 | 0 | 1011001 | 11100111 | 1111 | 1001 |
Color Harmonies of #14151B
Complementary color
Monochromatic Colors of #14151B
Black with #14151B
Text Example
Text Example
White with #14151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14151B; }
p { color: rgb(20,21,27); }
H1.HeaderClassName
{
color: #14151B;
}
.AnyTagClassName
{
color: #14151B;
}
</style>
background-color css
<style>
a { background-color: #14151B; }
a { background-color: rgb(20,21,27); }
div.DivClassName
{
background-color: #14151B;
}
.BgClassName
{
background-color: #14151B;
}
</style>
border-color css
<style>
span { border-color: #14151B; }
span { border-color: rgb(20,21,27); }
td.TdClassName
{
border-color: #14151B;
}
.TagClassName
{
border-color: #14151B;
}
</style>