Shades of Seal Brown #131313
Tints of Seal Brown #131313
RGB
CMYK
RGB Variations
Color information
#131313 (or 0x131313) is known color: Seal Brown. HEX triplet: 13, 13 and 13. RGB value is (19,19,19). Sum of RGB (Red+Green+Blue) = 19+19+19=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 19 - color contains mainly: red, green, blue. Hex color #131313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131313 is #ECECEC. Grayscale: #131313. Windows color (decimal): -15527149 or 1250067. OLE color: 1250067.
HSL color Cylindrical-coordinate representation of color #131313: hue angle of 0º degrees, saturation: 0, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0%. Process color model (Four color, CMYK) of #131313 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 19 | 19 | - |
CMYK | 0 | 0 | 0 | 0.93 |
HSL | 0º | 0% | 0.07% | - |
HSV(B) | 0º | 0% | 0.07% | - |
XYZ | 0.62 | 0.65 | 0.71 | - |
YUV | 19 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 19 | 19 | 0 | 0 | 0 | 0.93 | 0 | 0 | 0.07 |
Hex | 13 | 13 | 13 | 0 | 0 | 0 | 5D | 0 | 0 | 7 |
Octal | 23 | 23 | 23 | 0 | 0 | 0 | 135 | 0 | 0 | 7 |
Binary | 10011 | 10011 | 10011 | 0 | 0 | 0 | 1011101 | 0 | 0 | 111 |
Color Harmonies of #131313
Complementary color
Monochromatic Colors of #131313
Black with #131313
Text Example
Text Example
White with #131313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131313; }
p { color: rgb(19,19,19); }
H1.HeaderClassName
{
color: #131313;
}
.AnyTagClassName
{
color: #131313;
}
</style>
background-color css
<style>
a { background-color: #131313; }
a { background-color: rgb(19,19,19); }
div.DivClassName
{
background-color: #131313;
}
.BgClassName
{
background-color: #131313;
}
</style>
border-color css
<style>
span { border-color: #131313; }
span { border-color: rgb(19,19,19); }
td.TdClassName
{
border-color: #131313;
}
.TagClassName
{
border-color: #131313;
}
</style>