Shades of Black Russian #131218
Tints of Black Russian #131218
RGB
CMYK
RGB Variations
Color information
#131218 (or 0x131218) is known color: Black Russian. HEX triplet: 13, 12 and 18. RGB value is (19,18,24). Sum of RGB (Red+Green+Blue) = 19+18+24=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #131218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131218 is #ECEDE7. Grayscale: #121212. Windows color (decimal): -15527400 or 1577491. OLE color: 1577491.
HSL color Cylindrical-coordinate representation of color #131218: hue angle of 250º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #131218 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 19 | 18 | 24 | - |
CMYK | 0.21 | 0.25 | 0 | 0.91 |
HSL | 250º | 0.14% | 0.08% | - |
HSV(B) | 250º | 0.25% | 0.09% | - |
XYZ | 0.65 | 0.64 | 0.95 | - |
YUV | 18.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 18 | 24 | 0.21 | 0.25 | 0 | 0.91 | 250 | 0.14 | 0.08 |
Hex | 13 | 12 | 18 | 15 | 19 | 0 | 5B | FA | E | 8 |
Octal | 23 | 22 | 30 | 25 | 31 | 0 | 133 | 372 | 16 | 10 |
Binary | 10011 | 10010 | 11000 | 10101 | 11001 | 0 | 1011011 | 11111010 | 1110 | 1000 |
Color Harmonies of #131218
Complementary color
Monochromatic Colors of #131218
Black with #131218
Text Example
Text Example
White with #131218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131218; }
p { color: rgb(19,18,24); }
H1.HeaderClassName
{
color: #131218;
}
.AnyTagClassName
{
color: #131218;
}
</style>
background-color css
<style>
a { background-color: #131218; }
a { background-color: rgb(19,18,24); }
div.DivClassName
{
background-color: #131218;
}
.BgClassName
{
background-color: #131218;
}
</style>
border-color css
<style>
span { border-color: #131218; }
span { border-color: rgb(19,18,24); }
td.TdClassName
{
border-color: #131218;
}
.TagClassName
{
border-color: #131218;
}
</style>