Shades of Seal Brown #1F0D0D
Tints of Seal Brown #1F0D0D
RGB
CMYK
RGB Variations
Color information
#1F0D0D (or 0x1F0D0D) is known color: Seal Brown. HEX triplet: 1F, 0D and 0D. RGB value is (31,13,13). Sum of RGB (Red+Green+Blue) = 31+13+13=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D0D is #E0F2F2. Grayscale: #121212. Windows color (decimal): -14742259 or 855327. OLE color: 855327.
HSL color Cylindrical-coordinate representation of color #1F0D0D: hue angle of 0º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F0D0D is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 13 | 13 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.88 |
| HSL | 0º | 0.41% | 0.09% | - |
| HSV(B) | 0º | 0.58% | 0.12% | - |
| XYZ | 0.78 | 0.61 | 0.46 | - |
| YUV | 18.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 13 | 0 | 0.58 | 0.58 | 0.88 | 0 | 0.41 | 0.09 |
| Hex | 1F | D | D | 0 | 3A | 3A | 58 | 0 | 29 | 9 |
| Octal | 37 | 15 | 15 | 0 | 72 | 72 | 130 | 0 | 51 | 11 |
| Binary | 11111 | 1101 | 1101 | 0 | 111010 | 111010 | 1011000 | 0 | 101001 | 1001 |
Color Harmonies of #1F0D0D
Complementary color
Monochromatic Colors of #1F0D0D
Black with #1F0D0D
Text Example
Text Example
White with #1F0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D0D; }
p { color: rgb(31,13,13); }
H1.HeaderClassName
{
color: #1F0D0D;
}
.AnyTagClassName
{
color: #1F0D0D;
}
</style>
background-color css
<style>
a { background-color: #1F0D0D; }
a { background-color: rgb(31,13,13); }
div.DivClassName
{
background-color: #1F0D0D;
}
.BgClassName
{
background-color: #1F0D0D;
}
</style>
border-color css
<style>
span { border-color: #1F0D0D; }
span { border-color: rgb(31,13,13); }
td.TdClassName
{
border-color: #1F0D0D;
}
.TagClassName
{
border-color: #1F0D0D;
}
</style>