Shades of Seal Brown #1F1716
Tints of Seal Brown #1F1716
RGB
CMYK
RGB Variations
Color information
#1F1716 (or 0x1F1716) is known color: Seal Brown. HEX triplet: 1F, 17 and 16. RGB value is (31,23,22). Sum of RGB (Red+Green+Blue) = 31+23+22=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1716 is #E0E8E9. Grayscale: #191919. Windows color (decimal): -14739690 or 1447711. OLE color: 1447711.
HSL color Cylindrical-coordinate representation of color #1F1716: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F1716 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 22 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.88 |
| HSL | 6.67º | 0.17% | 0.1% | - |
| HSV(B) | 6.67º | 0.29% | 0.12% | - |
| XYZ | 1.02 | 0.96 | 0.89 | - |
| YUV | 25.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 22 | 0 | 0.26 | 0.29 | 0.88 | 6.67 | 0.17 | 0.1 |
| Hex | 1F | 17 | 16 | 0 | 1A | 1D | 58 | 7 | 11 | A |
| Octal | 37 | 27 | 26 | 0 | 32 | 35 | 130 | 7 | 21 | 12 |
| Binary | 11111 | 10111 | 10110 | 0 | 11010 | 11101 | 1011000 | 111 | 10001 | 1010 |
Color Harmonies of #1F1716
Complementary color
Monochromatic Colors of #1F1716
Black with #1F1716
Text Example
Text Example
White with #1F1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1716; }
p { color: rgb(31,23,22); }
H1.HeaderClassName
{
color: #1F1716;
}
.AnyTagClassName
{
color: #1F1716;
}
</style>
background-color css
<style>
a { background-color: #1F1716; }
a { background-color: rgb(31,23,22); }
div.DivClassName
{
background-color: #1F1716;
}
.BgClassName
{
background-color: #1F1716;
}
</style>
border-color css
<style>
span { border-color: #1F1716; }
span { border-color: rgb(31,23,22); }
td.TdClassName
{
border-color: #1F1716;
}
.TagClassName
{
border-color: #1F1716;
}
</style>