Shades of Seal Brown #1F110E
Tints of Seal Brown #1F110E
RGB
CMYK
RGB Variations
Color information
#1F110E (or 0x1F110E) is known color: Seal Brown. HEX triplet: 1F, 11 and 0E. RGB value is (31,17,14). Sum of RGB (Red+Green+Blue) = 31+17+14=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F110E is #E0EEF1. Grayscale: #141414. Windows color (decimal): -14741234 or 921887. OLE color: 921887.
HSL color Cylindrical-coordinate representation of color #1F110E: hue angle of 10.59º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F110E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 14 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.88 |
| HSL | 10.59º | 0.38% | 0.09% | - |
| HSV(B) | 10.59º | 0.55% | 0.12% | - |
| XYZ | 0.84 | 0.72 | 0.51 | - |
| YUV | 20.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 14 | 0 | 0.45 | 0.55 | 0.88 | 10.59 | 0.38 | 0.09 |
| Hex | 1F | 11 | E | 0 | 2D | 37 | 58 | B | 26 | 9 |
| Octal | 37 | 21 | 16 | 0 | 55 | 67 | 130 | 13 | 46 | 11 |
| Binary | 11111 | 10001 | 1110 | 0 | 101101 | 110111 | 1011000 | 1011 | 100110 | 1001 |
Color Harmonies of #1F110E
Complementary color
Monochromatic Colors of #1F110E
Black with #1F110E
Text Example
Text Example
White with #1F110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F110E; }
p { color: rgb(31,17,14); }
H1.HeaderClassName
{
color: #1F110E;
}
.AnyTagClassName
{
color: #1F110E;
}
</style>
background-color css
<style>
a { background-color: #1F110E; }
a { background-color: rgb(31,17,14); }
div.DivClassName
{
background-color: #1F110E;
}
.BgClassName
{
background-color: #1F110E;
}
</style>
border-color css
<style>
span { border-color: #1F110E; }
span { border-color: rgb(31,17,14); }
td.TdClassName
{
border-color: #1F110E;
}
.TagClassName
{
border-color: #1F110E;
}
</style>