Shades of Seal Brown #1F1715
Tints of Seal Brown #1F1715
RGB
CMYK
RGB Variations
Color information
#1F1715 (or 0x1F1715) is known color: Seal Brown. HEX triplet: 1F, 17 and 15. RGB value is (31,23,21). Sum of RGB (Red+Green+Blue) = 31+23+21=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1715 is #E0E8EA. Grayscale: #191919. Windows color (decimal): -14739691 or 1382175. OLE color: 1382175.
HSL color Cylindrical-coordinate representation of color #1F1715: hue angle of 12º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F1715 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 21 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.88 |
| HSL | 12º | 0.19% | 0.1% | - |
| HSV(B) | 12º | 0.32% | 0.12% | - |
| XYZ | 1.01 | 0.96 | 0.84 | - |
| YUV | 25.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 21 | 0 | 0.26 | 0.32 | 0.88 | 12 | 0.19 | 0.1 |
| Hex | 1F | 17 | 15 | 0 | 1A | 20 | 58 | C | 13 | A |
| Octal | 37 | 27 | 25 | 0 | 32 | 40 | 130 | 14 | 23 | 12 |
| Binary | 11111 | 10111 | 10101 | 0 | 11010 | 100000 | 1011000 | 1100 | 10011 | 1010 |
Color Harmonies of #1F1715
Complementary color
Monochromatic Colors of #1F1715
Black with #1F1715
Text Example
Text Example
White with #1F1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1715; }
p { color: rgb(31,23,21); }
H1.HeaderClassName
{
color: #1F1715;
}
.AnyTagClassName
{
color: #1F1715;
}
</style>
background-color css
<style>
a { background-color: #1F1715; }
a { background-color: rgb(31,23,21); }
div.DivClassName
{
background-color: #1F1715;
}
.BgClassName
{
background-color: #1F1715;
}
</style>
border-color css
<style>
span { border-color: #1F1715; }
span { border-color: rgb(31,23,21); }
td.TdClassName
{
border-color: #1F1715;
}
.TagClassName
{
border-color: #1F1715;
}
</style>