Shades of Seal Brown #1F1310
Tints of Seal Brown #1F1310
RGB
CMYK
RGB Variations
Color information
#1F1310 (or 0x1F1310) is known color: Seal Brown. HEX triplet: 1F, 13 and 10. RGB value is (31,19,16). Sum of RGB (Red+Green+Blue) = 31+19+16=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1310 is #E0ECEF. Grayscale: #161616. Windows color (decimal): -14740720 or 1053471. OLE color: 1053471.
HSL color Cylindrical-coordinate representation of color #1F1310: hue angle of 12º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F1310 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 16 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.88 |
| HSL | 12º | 0.32% | 0.09% | - |
| HSV(B) | 12º | 0.48% | 0.12% | - |
| XYZ | 0.89 | 0.79 | 0.6 | - |
| YUV | 22.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 16 | 0 | 0.39 | 0.48 | 0.88 | 12 | 0.32 | 0.09 |
| Hex | 1F | 13 | 10 | 0 | 27 | 30 | 58 | C | 20 | 9 |
| Octal | 37 | 23 | 20 | 0 | 47 | 60 | 130 | 14 | 40 | 11 |
| Binary | 11111 | 10011 | 10000 | 0 | 100111 | 110000 | 1011000 | 1100 | 100000 | 1001 |
Color Harmonies of #1F1310
Complementary color
Monochromatic Colors of #1F1310
Black with #1F1310
Text Example
Text Example
White with #1F1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1310; }
p { color: rgb(31,19,16); }
H1.HeaderClassName
{
color: #1F1310;
}
.AnyTagClassName
{
color: #1F1310;
}
</style>
background-color css
<style>
a { background-color: #1F1310; }
a { background-color: rgb(31,19,16); }
div.DivClassName
{
background-color: #1F1310;
}
.BgClassName
{
background-color: #1F1310;
}
</style>
border-color css
<style>
span { border-color: #1F1310; }
span { border-color: rgb(31,19,16); }
td.TdClassName
{
border-color: #1F1310;
}
.TagClassName
{
border-color: #1F1310;
}
</style>