Shades of Seal Brown #1F0A02
Tints of Seal Brown #1F0A02
RGB
CMYK
RGB Variations
Color information
#1F0A02 (or 0x1F0A02) is known color: Seal Brown. HEX triplet: 1F, 0A and 02. RGB value is (31,10,2). Sum of RGB (Red+Green+Blue) = 31+10+2=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A02 is #E0F5FD. Grayscale: #0F0F0F. Windows color (decimal): -14743038 or 133663. OLE color: 133663.
HSL color Cylindrical-coordinate representation of color #1F0A02: hue angle of 16.55º 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 #1F0A02 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 2 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.88 |
| HSL | 16.55º | 0.88% | 0.06% | - |
| HSV(B) | 16.55º | 0.94% | 0.12% | - |
| XYZ | 0.68 | 0.51 | 0.12 | - |
| YUV | 15.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 2 | 0 | 0.68 | 0.94 | 0.88 | 16.55 | 0.88 | 0.06 |
| Hex | 1F | A | 2 | 0 | 44 | 5E | 58 | 11 | 58 | 6 |
| Octal | 37 | 12 | 2 | 0 | 104 | 136 | 130 | 21 | 130 | 6 |
| Binary | 11111 | 1010 | 10 | 0 | 1000100 | 1011110 | 1011000 | 10001 | 1011000 | 110 |
Color Harmonies of #1F0A02
Complementary color
Monochromatic Colors of #1F0A02
Black with #1F0A02
Text Example
Text Example
White with #1F0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A02; }
p { color: rgb(31,10,2); }
H1.HeaderClassName
{
color: #1F0A02;
}
.AnyTagClassName
{
color: #1F0A02;
}
</style>
background-color css
<style>
a { background-color: #1F0A02; }
a { background-color: rgb(31,10,2); }
div.DivClassName
{
background-color: #1F0A02;
}
.BgClassName
{
background-color: #1F0A02;
}
</style>
border-color css
<style>
span { border-color: #1F0A02; }
span { border-color: rgb(31,10,2); }
td.TdClassName
{
border-color: #1F0A02;
}
.TagClassName
{
border-color: #1F0A02;
}
</style>