Shades of Seal Brown #1F0707
Tints of Seal Brown #1F0707
RGB
CMYK
RGB Variations
Color information
#1F0707 (or 0x1F0707) is known color: Seal Brown. HEX triplet: 1F, 07 and 07. RGB value is (31,7,7). Sum of RGB (Red+Green+Blue) = 31+7+7=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0707 is #E0F8F8. Grayscale: #0E0E0E. Windows color (decimal): -14743801 or 460575. OLE color: 460575.
HSL color Cylindrical-coordinate representation of color #1F0707: hue angle of 0º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F0707 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 7 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.88 |
| HSL | 0º | 0.63% | 0.07% | - |
| HSV(B) | 0º | 0.77% | 0.12% | - |
| XYZ | 0.68 | 0.46 | 0.25 | - |
| YUV | 14.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 7 | 0 | 0.77 | 0.77 | 0.88 | 0 | 0.63 | 0.07 |
| Hex | 1F | 7 | 7 | 0 | 4D | 4D | 58 | 0 | 3F | 7 |
| Octal | 37 | 7 | 7 | 0 | 115 | 115 | 130 | 0 | 77 | 7 |
| Binary | 11111 | 111 | 111 | 0 | 1001101 | 1001101 | 1011000 | 0 | 111111 | 111 |
Color Harmonies of #1F0707
Complementary color
Monochromatic Colors of #1F0707
Black with #1F0707
Text Example
Text Example
White with #1F0707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0707; }
p { color: rgb(31,7,7); }
H1.HeaderClassName
{
color: #1F0707;
}
.AnyTagClassName
{
color: #1F0707;
}
</style>
background-color css
<style>
a { background-color: #1F0707; }
a { background-color: rgb(31,7,7); }
div.DivClassName
{
background-color: #1F0707;
}
.BgClassName
{
background-color: #1F0707;
}
</style>
border-color css
<style>
span { border-color: #1F0707; }
span { border-color: rgb(31,7,7); }
td.TdClassName
{
border-color: #1F0707;
}
.TagClassName
{
border-color: #1F0707;
}
</style>