Shades of Black Russian #14131A
Tints of Black Russian #14131A
RGB
CMYK
RGB Variations
Color information
#14131A (or 0x14131A) is known color: Black Russian. HEX triplet: 14, 13 and 1A. RGB value is (20,19,26). Sum of RGB (Red+Green+Blue) = 20+19+26=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #14131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131A is #EBECE5. Grayscale: #141414. Windows color (decimal): -15461606 or 1708820. OLE color: 1708820.
HSL color Cylindrical-coordinate representation of color #14131A: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #14131A is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 19 | 26 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.90 |
| HSL | 248.57º | 0.16% | 0.09% | - |
| HSV(B) | 248.57º | 0.27% | 0.1% | - |
| XYZ | 0.71 | 0.69 | 1.07 | - |
| YUV | 20.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 26 | 0.23 | 0.27 | 0 | 0.90 | 248.57 | 0.16 | 0.09 |
| Hex | 14 | 13 | 1A | 17 | 1B | 0 | 5A | F9 | 10 | 9 |
| Octal | 24 | 23 | 32 | 27 | 33 | 0 | 132 | 371 | 20 | 11 |
| Binary | 10100 | 10011 | 11010 | 10111 | 11011 | 0 | 1011010 | 11111001 | 10000 | 1001 |
Color Harmonies of #14131A
Complementary color
Monochromatic Colors of #14131A
Black with #14131A
Text Example
Text Example
White with #14131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14131A; }
p { color: rgb(20,19,26); }
H1.HeaderClassName
{
color: #14131A;
}
.AnyTagClassName
{
color: #14131A;
}
</style>
background-color css
<style>
a { background-color: #14131A; }
a { background-color: rgb(20,19,26); }
div.DivClassName
{
background-color: #14131A;
}
.BgClassName
{
background-color: #14131A;
}
</style>
border-color css
<style>
span { border-color: #14131A; }
span { border-color: rgb(20,19,26); }
td.TdClassName
{
border-color: #14131A;
}
.TagClassName
{
border-color: #14131A;
}
</style>