Shades of Seal Brown #1F0503
Tints of Seal Brown #1F0503
RGB
CMYK
RGB Variations
Color information
#1F0503 (or 0x1F0503) is known color: Seal Brown. HEX triplet: 1F, 05 and 03. RGB value is (31,5,3). Sum of RGB (Red+Green+Blue) = 31+5+3=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0503 is #E0FAFC. Grayscale: #0C0C0C. Windows color (decimal): -14744317 or 197919. OLE color: 197919.
HSL color Cylindrical-coordinate representation of color #1F0503: hue angle of 4.29º 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 #1F0503 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 3 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.88 |
| HSL | 4.29º | 0.82% | 0.07% | - |
| HSV(B) | 4.29º | 0.9% | 0.12% | - |
| XYZ | 0.64 | 0.41 | 0.13 | - |
| YUV | 12.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 3 | 0 | 0.84 | 0.90 | 0.88 | 4.29 | 0.82 | 0.07 |
| Hex | 1F | 5 | 3 | 0 | 54 | 5A | 58 | 4 | 52 | 7 |
| Octal | 37 | 5 | 3 | 0 | 124 | 132 | 130 | 4 | 122 | 7 |
| Binary | 11111 | 101 | 11 | 0 | 1010100 | 1011010 | 1011000 | 100 | 1010010 | 111 |
Color Harmonies of #1F0503
Complementary color
Monochromatic Colors of #1F0503
Black with #1F0503
Text Example
Text Example
White with #1F0503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0503; }
p { color: rgb(31,5,3); }
H1.HeaderClassName
{
color: #1F0503;
}
.AnyTagClassName
{
color: #1F0503;
}
</style>
background-color css
<style>
a { background-color: #1F0503; }
a { background-color: rgb(31,5,3); }
div.DivClassName
{
background-color: #1F0503;
}
.BgClassName
{
background-color: #1F0503;
}
</style>
border-color css
<style>
span { border-color: #1F0503; }
span { border-color: rgb(31,5,3); }
td.TdClassName
{
border-color: #1F0503;
}
.TagClassName
{
border-color: #1F0503;
}
</style>