Shades of Seal Brown #1F1311
Tints of Seal Brown #1F1311
RGB
CMYK
RGB Variations
Color information
#1F1311 (or 0x1F1311) is known color: Seal Brown. HEX triplet: 1F, 13 and 11. RGB value is (31,19,17). Sum of RGB (Red+Green+Blue) = 31+19+17=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1311 is #E0ECEE. Grayscale: #161616. Windows color (decimal): -14740719 or 1119007. OLE color: 1119007.
HSL color Cylindrical-coordinate representation of color #1F1311: hue angle of 8.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1311 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 17 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.88 |
| HSL | 8.57º | 0.29% | 0.09% | - |
| HSV(B) | 8.57º | 0.45% | 0.12% | - |
| XYZ | 0.9 | 0.8 | 0.64 | - |
| YUV | 22.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 17 | 0 | 0.39 | 0.45 | 0.88 | 8.57 | 0.29 | 0.09 |
| Hex | 1F | 13 | 11 | 0 | 27 | 2D | 58 | 9 | 1D | 9 |
| Octal | 37 | 23 | 21 | 0 | 47 | 55 | 130 | 11 | 35 | 11 |
| Binary | 11111 | 10011 | 10001 | 0 | 100111 | 101101 | 1011000 | 1001 | 11101 | 1001 |
Color Harmonies of #1F1311
Complementary color
Monochromatic Colors of #1F1311
Black with #1F1311
Text Example
Text Example
White with #1F1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1311; }
p { color: rgb(31,19,17); }
H1.HeaderClassName
{
color: #1F1311;
}
.AnyTagClassName
{
color: #1F1311;
}
</style>
background-color css
<style>
a { background-color: #1F1311; }
a { background-color: rgb(31,19,17); }
div.DivClassName
{
background-color: #1F1311;
}
.BgClassName
{
background-color: #1F1311;
}
</style>
border-color css
<style>
span { border-color: #1F1311; }
span { border-color: rgb(31,19,17); }
td.TdClassName
{
border-color: #1F1311;
}
.TagClassName
{
border-color: #1F1311;
}
</style>