Shades of Black Russian #131318
Tints of Black Russian #131318
RGB
CMYK
RGB Variations
Color information
#131318 (or 0x131318) is known color: Black Russian. HEX triplet: 13, 13 and 18. RGB value is (19,19,24). Sum of RGB (Red+Green+Blue) = 19+19+24=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #131318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131318 is #ECECE7. Grayscale: #131313. Windows color (decimal): -15527144 or 1577747. OLE color: 1577747.
HSL color Cylindrical-coordinate representation of color #131318: hue angle of 240º 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 #131318 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 19 | 19 | 24 | - |
CMYK | 0.21 | 0.21 | 0 | 0.91 |
HSL | 240º | 0.12% | 0.08% | - |
HSV(B) | 240º | 0.21% | 0.09% | - |
XYZ | 0.67 | 0.67 | 0.96 | - |
YUV | 19.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 19 | 24 | 0.21 | 0.21 | 0 | 0.91 | 240 | 0.12 | 0.08 |
Hex | 13 | 13 | 18 | 15 | 15 | 0 | 5B | F0 | C | 8 |
Octal | 23 | 23 | 30 | 25 | 25 | 0 | 133 | 360 | 14 | 10 |
Binary | 10011 | 10011 | 11000 | 10101 | 10101 | 0 | 1011011 | 11110000 | 1100 | 1000 |
Color Harmonies of #131318
Complementary color
Monochromatic Colors of #131318
Black with #131318
Text Example
Text Example
White with #131318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131318; }
p { color: rgb(19,19,24); }
H1.HeaderClassName
{
color: #131318;
}
.AnyTagClassName
{
color: #131318;
}
</style>
background-color css
<style>
a { background-color: #131318; }
a { background-color: rgb(19,19,24); }
div.DivClassName
{
background-color: #131318;
}
.BgClassName
{
background-color: #131318;
}
</style>
border-color css
<style>
span { border-color: #131318; }
span { border-color: rgb(19,19,24); }
td.TdClassName
{
border-color: #131318;
}
.TagClassName
{
border-color: #131318;
}
</style>