Shades of Seal Brown #1F0803
Tints of Seal Brown #1F0803
RGB
CMYK
RGB Variations
Color information
#1F0803 (or 0x1F0803) is known color: Seal Brown. HEX triplet: 1F, 08 and 03. RGB value is (31,8,3). Sum of RGB (Red+Green+Blue) = 31+8+3=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0803 is #E0F7FC. Grayscale: #0E0E0E. Windows color (decimal): -14743549 or 198687. OLE color: 198687.
HSL color Cylindrical-coordinate representation of color #1F0803: hue angle of 10.71º 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 #1F0803 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 3 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.88 |
| HSL | 10.71º | 0.82% | 0.07% | - |
| HSV(B) | 10.71º | 0.9% | 0.12% | - |
| XYZ | 0.67 | 0.47 | 0.14 | - |
| YUV | 14.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 3 | 0 | 0.74 | 0.90 | 0.88 | 10.71 | 0.82 | 0.07 |
| Hex | 1F | 8 | 3 | 0 | 4A | 5A | 58 | B | 52 | 7 |
| Octal | 37 | 10 | 3 | 0 | 112 | 132 | 130 | 13 | 122 | 7 |
| Binary | 11111 | 1000 | 11 | 0 | 1001010 | 1011010 | 1011000 | 1011 | 1010010 | 111 |
Color Harmonies of #1F0803
Complementary color
Monochromatic Colors of #1F0803
Black with #1F0803
Text Example
Text Example
White with #1F0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0803; }
p { color: rgb(31,8,3); }
H1.HeaderClassName
{
color: #1F0803;
}
.AnyTagClassName
{
color: #1F0803;
}
</style>
background-color css
<style>
a { background-color: #1F0803; }
a { background-color: rgb(31,8,3); }
div.DivClassName
{
background-color: #1F0803;
}
.BgClassName
{
background-color: #1F0803;
}
</style>
border-color css
<style>
span { border-color: #1F0803; }
span { border-color: rgb(31,8,3); }
td.TdClassName
{
border-color: #1F0803;
}
.TagClassName
{
border-color: #1F0803;
}
</style>