Shades of Black Russian #131418
Tints of Black Russian #131418
RGB
CMYK
RGB Variations
Color information
#131418 (or 0x131418) is known color: Black Russian. HEX triplet: 13, 14 and 18. RGB value is (19,20,24). Sum of RGB (Red+Green+Blue) = 19+20+24=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #131418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131418 is #ECEBE7. Grayscale: #141414. Windows color (decimal): -15526888 or 1578003. OLE color: 1578003.
HSL color Cylindrical-coordinate representation of color #131418: hue angle of 228º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #131418 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 20 | 24 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.91 |
| HSL | 228º | 0.12% | 0.08% | - |
| HSV(B) | 228º | 0.21% | 0.09% | - |
| XYZ | 0.68 | 0.7 | 0.96 | - |
| YUV | 20.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 24 | 0.21 | 0.17 | 0 | 0.91 | 228 | 0.12 | 0.08 |
| Hex | 13 | 14 | 18 | 15 | 11 | 0 | 5B | E4 | C | 8 |
| Octal | 23 | 24 | 30 | 25 | 21 | 0 | 133 | 344 | 14 | 10 |
| Binary | 10011 | 10100 | 11000 | 10101 | 10001 | 0 | 1011011 | 11100100 | 1100 | 1000 |
Color Harmonies of #131418
Complementary color
Monochromatic Colors of #131418
Black with #131418
Text Example
Text Example
White with #131418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131418; }
p { color: rgb(19,20,24); }
H1.HeaderClassName
{
color: #131418;
}
.AnyTagClassName
{
color: #131418;
}
</style>
background-color css
<style>
a { background-color: #131418; }
a { background-color: rgb(19,20,24); }
div.DivClassName
{
background-color: #131418;
}
.BgClassName
{
background-color: #131418;
}
</style>
border-color css
<style>
span { border-color: #131418; }
span { border-color: rgb(19,20,24); }
td.TdClassName
{
border-color: #131418;
}
.TagClassName
{
border-color: #131418;
}
</style>