Shades of Seal Brown #311E1E
Tints of Seal Brown #311E1E
RGB
CMYK
RGB Variations
Color information
#311E1E (or 0x311E1E) is known color: Seal Brown. HEX triplet: 31, 1E and 1E. RGB value is (49,30,30). Sum of RGB (Red+Green+Blue) = 49+30+30=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E1E is #CEE1E1. Grayscale: #232323. Windows color (decimal): -13558242 or 1973809. OLE color: 1973809.
HSL color Cylindrical-coordinate representation of color #311E1E: hue angle of 0º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E1E is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 30 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.81 |
| HSL | 0º | 0.24% | 0.15% | - |
| HSV(B) | 0º | 0.39% | 0.19% | - |
| XYZ | 1.97 | 1.68 | 1.45 | - |
| YUV | 35.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 30 | 0 | 0.39 | 0.39 | 0.81 | 0 | 0.24 | 0.15 |
| Hex | 31 | 1E | 1E | 0 | 27 | 27 | 51 | 0 | 18 | F |
| Octal | 61 | 36 | 36 | 0 | 47 | 47 | 121 | 0 | 30 | 17 |
| Binary | 110001 | 11110 | 11110 | 0 | 100111 | 100111 | 1010001 | 0 | 11000 | 1111 |
Color Harmonies of #311E1E
Complementary color
Monochromatic Colors of #311E1E
Black with #311E1E
Text Example
Text Example
White with #311E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E1E; }
p { color: rgb(49,30,30); }
H1.HeaderClassName
{
color: #311E1E;
}
.AnyTagClassName
{
color: #311E1E;
}
</style>
background-color css
<style>
a { background-color: #311E1E; }
a { background-color: rgb(49,30,30); }
div.DivClassName
{
background-color: #311E1E;
}
.BgClassName
{
background-color: #311E1E;
}
</style>
border-color css
<style>
span { border-color: #311E1E; }
span { border-color: rgb(49,30,30); }
td.TdClassName
{
border-color: #311E1E;
}
.TagClassName
{
border-color: #311E1E;
}
</style>