Shades of Seal Brown #1F100D
Tints of Seal Brown #1F100D
RGB
CMYK
RGB Variations
Color information
#1F100D (or 0x1F100D) is known color: Seal Brown. HEX triplet: 1F, 10 and 0D. RGB value is (31,16,13). Sum of RGB (Red+Green+Blue) = 31+16+13=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100D is #E0EFF2. Grayscale: #141414. Windows color (decimal): -14741491 or 856095. OLE color: 856095.
HSL color Cylindrical-coordinate representation of color #1F100D: hue angle of 10º 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 #1F100D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 13 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.88 |
| HSL | 10º | 0.41% | 0.09% | - |
| HSV(B) | 10º | 0.58% | 0.12% | - |
| XYZ | 0.82 | 0.69 | 0.47 | - |
| YUV | 20.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 13 | 0 | 0.48 | 0.58 | 0.88 | 10 | 0.41 | 0.09 |
| Hex | 1F | 10 | D | 0 | 30 | 3A | 58 | A | 29 | 9 |
| Octal | 37 | 20 | 15 | 0 | 60 | 72 | 130 | 12 | 51 | 11 |
| Binary | 11111 | 10000 | 1101 | 0 | 110000 | 111010 | 1011000 | 1010 | 101001 | 1001 |
Color Harmonies of #1F100D
Complementary color
Monochromatic Colors of #1F100D
Black with #1F100D
Text Example
Text Example
White with #1F100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F100D; }
p { color: rgb(31,16,13); }
H1.HeaderClassName
{
color: #1F100D;
}
.AnyTagClassName
{
color: #1F100D;
}
</style>
background-color css
<style>
a { background-color: #1F100D; }
a { background-color: rgb(31,16,13); }
div.DivClassName
{
background-color: #1F100D;
}
.BgClassName
{
background-color: #1F100D;
}
</style>
border-color css
<style>
span { border-color: #1F100D; }
span { border-color: rgb(31,16,13); }
td.TdClassName
{
border-color: #1F100D;
}
.TagClassName
{
border-color: #1F100D;
}
</style>