Shades of Seal Brown #1F0909
Tints of Seal Brown #1F0909
RGB
CMYK
RGB Variations
Color information
#1F0909 (or 0x1F0909) is known color: Seal Brown. HEX triplet: 1F, 09 and 09. RGB value is (31,9,9). Sum of RGB (Red+Green+Blue) = 31+9+9=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0909 is #E0F6F6. Grayscale: #0F0F0F. Windows color (decimal): -14743287 or 592159. OLE color: 592159.
HSL color Cylindrical-coordinate representation of color #1F0909: hue angle of 0º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F0909 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 9 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.88 |
| HSL | 0º | 0.55% | 0.08% | - |
| HSV(B) | 0º | 0.71% | 0.12% | - |
| XYZ | 0.71 | 0.51 | 0.32 | - |
| YUV | 15.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 9 | 0 | 0.71 | 0.71 | 0.88 | 0 | 0.55 | 0.08 |
| Hex | 1F | 9 | 9 | 0 | 47 | 47 | 58 | 0 | 37 | 8 |
| Octal | 37 | 11 | 11 | 0 | 107 | 107 | 130 | 0 | 67 | 10 |
| Binary | 11111 | 1001 | 1001 | 0 | 1000111 | 1000111 | 1011000 | 0 | 110111 | 1000 |
Color Harmonies of #1F0909
Complementary color
Monochromatic Colors of #1F0909
Black with #1F0909
Text Example
Text Example
White with #1F0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0909; }
p { color: rgb(31,9,9); }
H1.HeaderClassName
{
color: #1F0909;
}
.AnyTagClassName
{
color: #1F0909;
}
</style>
background-color css
<style>
a { background-color: #1F0909; }
a { background-color: rgb(31,9,9); }
div.DivClassName
{
background-color: #1F0909;
}
.BgClassName
{
background-color: #1F0909;
}
</style>
border-color css
<style>
span { border-color: #1F0909; }
span { border-color: rgb(31,9,9); }
td.TdClassName
{
border-color: #1F0909;
}
.TagClassName
{
border-color: #1F0909;
}
</style>