Shades of Seal Brown #311E1D
Tints of Seal Brown #311E1D
RGB
CMYK
RGB Variations
Color information
#311E1D (or 0x311E1D) is known color: Seal Brown. HEX triplet: 31, 1E and 1D. RGB value is (49,30,29). Sum of RGB (Red+Green+Blue) = 49+30+29=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E1D is #CEE1E2. Grayscale: #232323. Windows color (decimal): -13558243 or 1908273. OLE color: 1908273.
HSL color Cylindrical-coordinate representation of color #311E1D: hue angle of 3º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311E1D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 29 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.81 |
| HSL | 3º | 0.26% | 0.15% | - |
| HSV(B) | 3º | 0.41% | 0.19% | - |
| XYZ | 1.95 | 1.67 | 1.38 | - |
| YUV | 35.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 29 | 0 | 0.39 | 0.41 | 0.81 | 3 | 0.26 | 0.15 |
| Hex | 31 | 1E | 1D | 0 | 27 | 29 | 51 | 3 | 1A | F |
| Octal | 61 | 36 | 35 | 0 | 47 | 51 | 121 | 3 | 32 | 17 |
| Binary | 110001 | 11110 | 11101 | 0 | 100111 | 101001 | 1010001 | 11 | 11010 | 1111 |
Color Harmonies of #311E1D
Complementary color
Monochromatic Colors of #311E1D
Black with #311E1D
Text Example
Text Example
White with #311E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E1D; }
p { color: rgb(49,30,29); }
H1.HeaderClassName
{
color: #311E1D;
}
.AnyTagClassName
{
color: #311E1D;
}
</style>
background-color css
<style>
a { background-color: #311E1D; }
a { background-color: rgb(49,30,29); }
div.DivClassName
{
background-color: #311E1D;
}
.BgClassName
{
background-color: #311E1D;
}
</style>
border-color css
<style>
span { border-color: #311E1D; }
span { border-color: rgb(49,30,29); }
td.TdClassName
{
border-color: #311E1D;
}
.TagClassName
{
border-color: #311E1D;
}
</style>