Shades of Seal Brown #1F1717
Tints of Seal Brown #1F1717
RGB
CMYK
RGB Variations
Color information
#1F1717 (or 0x1F1717) is known color: Seal Brown. HEX triplet: 1F, 17 and 17. RGB value is (31,23,23). Sum of RGB (Red+Green+Blue) = 31+23+23=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1717 is #E0E8E8. Grayscale: #191919. Windows color (decimal): -14739689 or 1513247. OLE color: 1513247.
HSL color Cylindrical-coordinate representation of color #1F1717: hue angle of 0º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F1717 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 23 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.88 |
| HSL | 0º | 0.15% | 0.11% | - |
| HSV(B) | 0º | 0.26% | 0.12% | - |
| XYZ | 1.03 | 0.97 | 0.94 | - |
| YUV | 25.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 23 | 0 | 0.26 | 0.26 | 0.88 | 0 | 0.15 | 0.11 |
| Hex | 1F | 17 | 17 | 0 | 1A | 1A | 58 | 0 | F | B |
| Octal | 37 | 27 | 27 | 0 | 32 | 32 | 130 | 0 | 17 | 13 |
| Binary | 11111 | 10111 | 10111 | 0 | 11010 | 11010 | 1011000 | 0 | 1111 | 1011 |
Color Harmonies of #1F1717
Complementary color
Monochromatic Colors of #1F1717
Black with #1F1717
Text Example
Text Example
White with #1F1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1717; }
p { color: rgb(31,23,23); }
H1.HeaderClassName
{
color: #1F1717;
}
.AnyTagClassName
{
color: #1F1717;
}
</style>
background-color css
<style>
a { background-color: #1F1717; }
a { background-color: rgb(31,23,23); }
div.DivClassName
{
background-color: #1F1717;
}
.BgClassName
{
background-color: #1F1717;
}
</style>
border-color css
<style>
span { border-color: #1F1717; }
span { border-color: rgb(31,23,23); }
td.TdClassName
{
border-color: #1F1717;
}
.TagClassName
{
border-color: #1F1717;
}
</style>