Shades of Seal Brown #1F110D
Tints of Seal Brown #1F110D
RGB
CMYK
RGB Variations
Color information
#1F110D (or 0x1F110D) is known color: Seal Brown. HEX triplet: 1F, 11 and 0D. RGB value is (31,17,13). Sum of RGB (Red+Green+Blue) = 31+17+13=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F110D is #E0EEF2. Grayscale: #141414. Windows color (decimal): -14741235 or 856351. OLE color: 856351.
HSL color Cylindrical-coordinate representation of color #1F110D: hue angle of 13.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F110D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 13 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.88 |
| HSL | 13.33º | 0.41% | 0.09% | - |
| HSV(B) | 13.33º | 0.58% | 0.12% | - |
| XYZ | 0.84 | 0.72 | 0.48 | - |
| YUV | 20.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 13 | 0 | 0.45 | 0.58 | 0.88 | 13.33 | 0.41 | 0.09 |
| Hex | 1F | 11 | D | 0 | 2D | 3A | 58 | D | 29 | 9 |
| Octal | 37 | 21 | 15 | 0 | 55 | 72 | 130 | 15 | 51 | 11 |
| Binary | 11111 | 10001 | 1101 | 0 | 101101 | 111010 | 1011000 | 1101 | 101001 | 1001 |
Color Harmonies of #1F110D
Complementary color
Monochromatic Colors of #1F110D
Black with #1F110D
Text Example
Text Example
White with #1F110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F110D; }
p { color: rgb(31,17,13); }
H1.HeaderClassName
{
color: #1F110D;
}
.AnyTagClassName
{
color: #1F110D;
}
</style>
background-color css
<style>
a { background-color: #1F110D; }
a { background-color: rgb(31,17,13); }
div.DivClassName
{
background-color: #1F110D;
}
.BgClassName
{
background-color: #1F110D;
}
</style>
border-color css
<style>
span { border-color: #1F110D; }
span { border-color: rgb(31,17,13); }
td.TdClassName
{
border-color: #1F110D;
}
.TagClassName
{
border-color: #1F110D;
}
</style>