Shades of Seal Brown #1F0501
Tints of Seal Brown #1F0501
RGB
CMYK
RGB Variations
Color information
#1F0501 (or 0x1F0501) is known color: Seal Brown. HEX triplet: 1F, 05 and 01. RGB value is (31,5,1). Sum of RGB (Red+Green+Blue) = 31+5+1=37 (4% of max value = 765). Red value is 31 (12.5% from 255 or 83.78% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0501 is #E0FAFE. Grayscale: #0C0C0C. Windows color (decimal): -14744319 or 66847. OLE color: 66847.
HSL color Cylindrical-coordinate representation of color #1F0501: hue angle of 8º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0501 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 1 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.88 |
| HSL | 8º | 0.94% | 0.06% | - |
| HSV(B) | 8º | 0.97% | 0.12% | - |
| XYZ | 0.62 | 0.4 | 0.07 | - |
| YUV | 12.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 1 | 0 | 0.84 | 0.97 | 0.88 | 8 | 0.94 | 0.06 |
| Hex | 1F | 5 | 1 | 0 | 54 | 61 | 58 | 8 | 5E | 6 |
| Octal | 37 | 5 | 1 | 0 | 124 | 141 | 130 | 10 | 136 | 6 |
| Binary | 11111 | 101 | 1 | 0 | 1010100 | 1100001 | 1011000 | 1000 | 1011110 | 110 |
Color Harmonies of #1F0501
Complementary color
Monochromatic Colors of #1F0501
Black with #1F0501
Text Example
Text Example
White with #1F0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0501; }
p { color: rgb(31,5,1); }
H1.HeaderClassName
{
color: #1F0501;
}
.AnyTagClassName
{
color: #1F0501;
}
</style>
background-color css
<style>
a { background-color: #1F0501; }
a { background-color: rgb(31,5,1); }
div.DivClassName
{
background-color: #1F0501;
}
.BgClassName
{
background-color: #1F0501;
}
</style>
border-color css
<style>
span { border-color: #1F0501; }
span { border-color: rgb(31,5,1); }
td.TdClassName
{
border-color: #1F0501;
}
.TagClassName
{
border-color: #1F0501;
}
</style>