Shades of Black #131010
Tints of Black #131010
RGB
CMYK
RGB Variations
Color information
#131010 (or 0x131010) is known color: Black. HEX triplet: 13, 10 and 10. RGB value is (19,16,16). Sum of RGB (Red+Green+Blue) = 19+16+16=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #131010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131010 is #ECEFEF. Grayscale: #101010. Windows color (decimal): -15527920 or 1052691. OLE color: 1052691.
HSL color Cylindrical-coordinate representation of color #131010: hue angle of 0º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #131010 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 16 | 16 | - |
CMYK | 0 | 0.16 | 0.16 | 0.93 |
HSL | 0º | 0.09% | 0.07% | - |
HSV(B) | 0º | 0.16% | 0.07% | - |
XYZ | 0.55 | 0.55 | 0.57 | - |
YUV | 16.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 16 | 16 | 0 | 0.16 | 0.16 | 0.93 | 0 | 0.09 | 0.07 |
Hex | 13 | 10 | 10 | 0 | 10 | 10 | 5D | 0 | 9 | 7 |
Octal | 23 | 20 | 20 | 0 | 20 | 20 | 135 | 0 | 11 | 7 |
Binary | 10011 | 10000 | 10000 | 0 | 10000 | 10000 | 1011101 | 0 | 1001 | 111 |
Color Harmonies of #131010
Complementary color
Monochromatic Colors of #131010
Black with #131010
Text Example
Text Example
White with #131010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131010; }
p { color: rgb(19,16,16); }
H1.HeaderClassName
{
color: #131010;
}
.AnyTagClassName
{
color: #131010;
}
</style>
background-color css
<style>
a { background-color: #131010; }
a { background-color: rgb(19,16,16); }
div.DivClassName
{
background-color: #131010;
}
.BgClassName
{
background-color: #131010;
}
</style>
border-color css
<style>
span { border-color: #131010; }
span { border-color: rgb(19,16,16); }
td.TdClassName
{
border-color: #131010;
}
.TagClassName
{
border-color: #131010;
}
</style>