Shades of Seal Brown #1F0903
Tints of Seal Brown #1F0903
RGB
CMYK
RGB Variations
Color information
#1F0903 (or 0x1F0903) is known color: Seal Brown. HEX triplet: 1F, 09 and 03. RGB value is (31,9,3). Sum of RGB (Red+Green+Blue) = 31+9+3=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0903 is #E0F6FC. Grayscale: #0E0E0E. Windows color (decimal): -14743293 or 198943. OLE color: 198943.
HSL color Cylindrical-coordinate representation of color #1F0903: hue angle of 12.86º 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 #1F0903 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 3 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.88 |
| HSL | 12.86º | 0.82% | 0.07% | - |
| HSV(B) | 12.86º | 0.9% | 0.12% | - |
| XYZ | 0.68 | 0.49 | 0.15 | - |
| YUV | 14.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 3 | 0 | 0.71 | 0.90 | 0.88 | 12.86 | 0.82 | 0.07 |
| Hex | 1F | 9 | 3 | 0 | 47 | 5A | 58 | D | 52 | 7 |
| Octal | 37 | 11 | 3 | 0 | 107 | 132 | 130 | 15 | 122 | 7 |
| Binary | 11111 | 1001 | 11 | 0 | 1000111 | 1011010 | 1011000 | 1101 | 1010010 | 111 |
Color Harmonies of #1F0903
Complementary color
Monochromatic Colors of #1F0903
Black with #1F0903
Text Example
Text Example
White with #1F0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0903; }
p { color: rgb(31,9,3); }
H1.HeaderClassName
{
color: #1F0903;
}
.AnyTagClassName
{
color: #1F0903;
}
</style>
background-color css
<style>
a { background-color: #1F0903; }
a { background-color: rgb(31,9,3); }
div.DivClassName
{
background-color: #1F0903;
}
.BgClassName
{
background-color: #1F0903;
}
</style>
border-color css
<style>
span { border-color: #1F0903; }
span { border-color: rgb(31,9,3); }
td.TdClassName
{
border-color: #1F0903;
}
.TagClassName
{
border-color: #1F0903;
}
</style>