Shades of Seal Brown #1F0D0B
Tints of Seal Brown #1F0D0B
RGB
CMYK
RGB Variations
Color information
#1F0D0B (or 0x1F0D0B) is known color: Seal Brown. HEX triplet: 1F, 0D and 0B. RGB value is (31,13,11). Sum of RGB (Red+Green+Blue) = 31+13+11=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D0B is #E0F2F4. Grayscale: #121212. Windows color (decimal): -14742261 or 724255. OLE color: 724255.
HSL color Cylindrical-coordinate representation of color #1F0D0B: hue angle of 6º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0D0B is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 13 | 11 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.88 |
| HSL | 6º | 0.48% | 0.08% | - |
| HSV(B) | 6º | 0.65% | 0.12% | - |
| XYZ | 0.77 | 0.6 | 0.39 | - |
| YUV | 18.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 11 | 0 | 0.58 | 0.65 | 0.88 | 6 | 0.48 | 0.08 |
| Hex | 1F | D | B | 0 | 3A | 41 | 58 | 6 | 30 | 8 |
| Octal | 37 | 15 | 13 | 0 | 72 | 101 | 130 | 6 | 60 | 10 |
| Binary | 11111 | 1101 | 1011 | 0 | 111010 | 1000001 | 1011000 | 110 | 110000 | 1000 |
Color Harmonies of #1F0D0B
Complementary color
Monochromatic Colors of #1F0D0B
Black with #1F0D0B
Text Example
Text Example
White with #1F0D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D0B; }
p { color: rgb(31,13,11); }
H1.HeaderClassName
{
color: #1F0D0B;
}
.AnyTagClassName
{
color: #1F0D0B;
}
</style>
background-color css
<style>
a { background-color: #1F0D0B; }
a { background-color: rgb(31,13,11); }
div.DivClassName
{
background-color: #1F0D0B;
}
.BgClassName
{
background-color: #1F0D0B;
}
</style>
border-color css
<style>
span { border-color: #1F0D0B; }
span { border-color: rgb(31,13,11); }
td.TdClassName
{
border-color: #1F0D0B;
}
.TagClassName
{
border-color: #1F0D0B;
}
</style>