Shades of Seal Brown #1F0A03
Tints of Seal Brown #1F0A03
RGB
CMYK
RGB Variations
Color information
#1F0A03 (or 0x1F0A03) is known color: Seal Brown. HEX triplet: 1F, 0A and 03. RGB value is (31,10,3). Sum of RGB (Red+Green+Blue) = 31+10+3=44 (5% of max value = 765). Red value is 31 (12.5% from 255 or 70.45% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 3 (1.56% from 255 or 6.82% from 44); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A03 is #E0F5FC. Grayscale: #0F0F0F. Windows color (decimal): -14743037 or 199199. OLE color: 199199.
HSL color Cylindrical-coordinate representation of color #1F0A03: hue angle of 15º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0A03 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 3 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.88 |
| HSL | 15º | 0.82% | 0.07% | - |
| HSV(B) | 15º | 0.9% | 0.12% | - |
| XYZ | 0.69 | 0.51 | 0.15 | - |
| YUV | 15.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 3 | 0 | 0.68 | 0.90 | 0.88 | 15 | 0.82 | 0.07 |
| Hex | 1F | A | 3 | 0 | 44 | 5A | 58 | F | 52 | 7 |
| Octal | 37 | 12 | 3 | 0 | 104 | 132 | 130 | 17 | 122 | 7 |
| Binary | 11111 | 1010 | 11 | 0 | 1000100 | 1011010 | 1011000 | 1111 | 1010010 | 111 |
Color Harmonies of #1F0A03
Complementary color
Monochromatic Colors of #1F0A03
Black with #1F0A03
Text Example
Text Example
White with #1F0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A03; }
p { color: rgb(31,10,3); }
H1.HeaderClassName
{
color: #1F0A03;
}
.AnyTagClassName
{
color: #1F0A03;
}
</style>
background-color css
<style>
a { background-color: #1F0A03; }
a { background-color: rgb(31,10,3); }
div.DivClassName
{
background-color: #1F0A03;
}
.BgClassName
{
background-color: #1F0A03;
}
</style>
border-color css
<style>
span { border-color: #1F0A03; }
span { border-color: rgb(31,10,3); }
td.TdClassName
{
border-color: #1F0A03;
}
.TagClassName
{
border-color: #1F0A03;
}
</style>