Shades of Seal Brown #1F0902
Tints of Seal Brown #1F0902
RGB
CMYK
RGB Variations
Color information
#1F0902 (or 0x1F0902) is known color: Seal Brown. HEX triplet: 1F, 09 and 02. RGB value is (31,9,2). Sum of RGB (Red+Green+Blue) = 31+9+2=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0902 is #E0F6FD. Grayscale: #0E0E0E. Windows color (decimal): -14743294 or 133407. OLE color: 133407.
HSL color Cylindrical-coordinate representation of color #1F0902: hue angle of 14.48º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0902 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 2 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.88 |
| HSL | 14.48º | 0.88% | 0.06% | - |
| HSV(B) | 14.48º | 0.94% | 0.12% | - |
| XYZ | 0.67 | 0.49 | 0.12 | - |
| YUV | 14.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 2 | 0 | 0.71 | 0.94 | 0.88 | 14.48 | 0.88 | 0.06 |
| Hex | 1F | 9 | 2 | 0 | 47 | 5E | 58 | E | 58 | 6 |
| Octal | 37 | 11 | 2 | 0 | 107 | 136 | 130 | 16 | 130 | 6 |
| Binary | 11111 | 1001 | 10 | 0 | 1000111 | 1011110 | 1011000 | 1110 | 1011000 | 110 |
Color Harmonies of #1F0902
Complementary color
Monochromatic Colors of #1F0902
Black with #1F0902
Text Example
Text Example
White with #1F0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0902; }
p { color: rgb(31,9,2); }
H1.HeaderClassName
{
color: #1F0902;
}
.AnyTagClassName
{
color: #1F0902;
}
</style>
background-color css
<style>
a { background-color: #1F0902; }
a { background-color: rgb(31,9,2); }
div.DivClassName
{
background-color: #1F0902;
}
.BgClassName
{
background-color: #1F0902;
}
</style>
border-color css
<style>
span { border-color: #1F0902; }
span { border-color: rgb(31,9,2); }
td.TdClassName
{
border-color: #1F0902;
}
.TagClassName
{
border-color: #1F0902;
}
</style>