Shades of Seal Brown #1F110F
Tints of Seal Brown #1F110F
RGB
CMYK
RGB Variations
Color information
#1F110F (or 0x1F110F) is known color: Seal Brown. HEX triplet: 1F, 11 and 0F. RGB value is (31,17,15). Sum of RGB (Red+Green+Blue) = 31+17+15=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F110F is #E0EEF0. Grayscale: #141414. Windows color (decimal): -14741233 or 987423. OLE color: 987423.
HSL color Cylindrical-coordinate representation of color #1F110F: hue angle of 7.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F110F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 15 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.88 |
| HSL | 7.5º | 0.35% | 0.09% | - |
| HSV(B) | 7.5º | 0.52% | 0.12% | - |
| XYZ | 0.85 | 0.73 | 0.55 | - |
| YUV | 20.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 15 | 0 | 0.45 | 0.52 | 0.88 | 7.5 | 0.35 | 0.09 |
| Hex | 1F | 11 | F | 0 | 2D | 34 | 58 | 8 | 23 | 9 |
| Octal | 37 | 21 | 17 | 0 | 55 | 64 | 130 | 10 | 43 | 11 |
| Binary | 11111 | 10001 | 1111 | 0 | 101101 | 110100 | 1011000 | 1000 | 100011 | 1001 |
Color Harmonies of #1F110F
Complementary color
Monochromatic Colors of #1F110F
Black with #1F110F
Text Example
Text Example
White with #1F110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F110F; }
p { color: rgb(31,17,15); }
H1.HeaderClassName
{
color: #1F110F;
}
.AnyTagClassName
{
color: #1F110F;
}
</style>
background-color css
<style>
a { background-color: #1F110F; }
a { background-color: rgb(31,17,15); }
div.DivClassName
{
background-color: #1F110F;
}
.BgClassName
{
background-color: #1F110F;
}
</style>
border-color css
<style>
span { border-color: #1F110F; }
span { border-color: rgb(31,17,15); }
td.TdClassName
{
border-color: #1F110F;
}
.TagClassName
{
border-color: #1F110F;
}
</style>