Shades of Seal Brown #1F1111
Tints of Seal Brown #1F1111
RGB
CMYK
RGB Variations
Color information
#1F1111 (or 0x1F1111) is known color: Seal Brown. HEX triplet: 1F, 11 and 11. RGB value is (31,17,17). Sum of RGB (Red+Green+Blue) = 31+17+17=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1111 is #E0EEEE. Grayscale: #151515. Windows color (decimal): -14741231 or 1118495. OLE color: 1118495.
HSL color Cylindrical-coordinate representation of color #1F1111: hue angle of 0º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1111 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 17 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.88 |
| HSL | 0º | 0.29% | 0.09% | - |
| HSV(B) | 0º | 0.45% | 0.12% | - |
| XYZ | 0.87 | 0.73 | 0.63 | - |
| YUV | 21.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 17 | 0 | 0.45 | 0.45 | 0.88 | 0 | 0.29 | 0.09 |
| Hex | 1F | 11 | 11 | 0 | 2D | 2D | 58 | 0 | 1D | 9 |
| Octal | 37 | 21 | 21 | 0 | 55 | 55 | 130 | 0 | 35 | 11 |
| Binary | 11111 | 10001 | 10001 | 0 | 101101 | 101101 | 1011000 | 0 | 11101 | 1001 |
Color Harmonies of #1F1111
Complementary color
Monochromatic Colors of #1F1111
Black with #1F1111
Text Example
Text Example
White with #1F1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1111; }
p { color: rgb(31,17,17); }
H1.HeaderClassName
{
color: #1F1111;
}
.AnyTagClassName
{
color: #1F1111;
}
</style>
background-color css
<style>
a { background-color: #1F1111; }
a { background-color: rgb(31,17,17); }
div.DivClassName
{
background-color: #1F1111;
}
.BgClassName
{
background-color: #1F1111;
}
</style>
border-color css
<style>
span { border-color: #1F1111; }
span { border-color: rgb(31,17,17); }
td.TdClassName
{
border-color: #1F1111;
}
.TagClassName
{
border-color: #1F1111;
}
</style>