Shades of Seal Brown #1F0302
Tints of Seal Brown #1F0302
RGB
CMYK
RGB Variations
Color information
#1F0302 (or 0x1F0302) is known color: Seal Brown. HEX triplet: 1F, 03 and 02. RGB value is (31,3,2). Sum of RGB (Red+Green+Blue) = 31+3+2=36 (4% of max value = 765). Red value is 31 (12.5% from 255 or 86.11% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0302 is #E0FCFD. Grayscale: #0B0B0B. Windows color (decimal): -14744830 or 131871. OLE color: 131871.
HSL color Cylindrical-coordinate representation of color #1F0302: hue angle of 2.07º 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 #1F0302 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 2 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.88 |
| HSL | 2.07º | 0.88% | 0.06% | - |
| HSV(B) | 2.07º | 0.94% | 0.12% | - |
| XYZ | 0.61 | 0.36 | 0.09 | - |
| YUV | 11.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 2 | 0 | 0.90 | 0.94 | 0.88 | 2.07 | 0.88 | 0.06 |
| Hex | 1F | 3 | 2 | 0 | 5A | 5E | 58 | 2 | 58 | 6 |
| Octal | 37 | 3 | 2 | 0 | 132 | 136 | 130 | 2 | 130 | 6 |
| Binary | 11111 | 11 | 10 | 0 | 1011010 | 1011110 | 1011000 | 10 | 1011000 | 110 |
Color Harmonies of #1F0302
Complementary color
Monochromatic Colors of #1F0302
Black with #1F0302
Text Example
Text Example
White with #1F0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0302; }
p { color: rgb(31,3,2); }
H1.HeaderClassName
{
color: #1F0302;
}
.AnyTagClassName
{
color: #1F0302;
}
</style>
background-color css
<style>
a { background-color: #1F0302; }
a { background-color: rgb(31,3,2); }
div.DivClassName
{
background-color: #1F0302;
}
.BgClassName
{
background-color: #1F0302;
}
</style>
border-color css
<style>
span { border-color: #1F0302; }
span { border-color: rgb(31,3,2); }
td.TdClassName
{
border-color: #1F0302;
}
.TagClassName
{
border-color: #1F0302;
}
</style>