Shades of Seal Brown #311101
Tints of Seal Brown #311101
RGB
CMYK
RGB Variations
Color information
#311101 (or 0x311101) is known color: Seal Brown. HEX triplet: 31, 11 and 01. RGB value is (49,17,1). Sum of RGB (Red+Green+Blue) = 49+17+1=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #311101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311101 is #CEEEFE. Grayscale: #181818. Windows color (decimal): -13561599 or 69937. OLE color: 69937.
HSL color Cylindrical-coordinate representation of color #311101: hue angle of 20º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #311101 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 1 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.81 |
| HSL | 20º | 0.96% | 0.1% | - |
| HSV(B) | 20º | 0.98% | 0.19% | - |
| XYZ | 1.47 | 1.06 | 0.15 | - |
| YUV | 24.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 1 | 0 | 0.65 | 0.98 | 0.81 | 20 | 0.96 | 0.1 |
| Hex | 31 | 11 | 1 | 0 | 41 | 62 | 51 | 14 | 60 | A |
| Octal | 61 | 21 | 1 | 0 | 101 | 142 | 121 | 24 | 140 | 12 |
| Binary | 110001 | 10001 | 1 | 0 | 1000001 | 1100010 | 1010001 | 10100 | 1100000 | 1010 |
Color Harmonies of #311101
Complementary color
Monochromatic Colors of #311101
Black with #311101
Text Example
Text Example
White with #311101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311101; }
p { color: rgb(49,17,1); }
H1.HeaderClassName
{
color: #311101;
}
.AnyTagClassName
{
color: #311101;
}
</style>
background-color css
<style>
a { background-color: #311101; }
a { background-color: rgb(49,17,1); }
div.DivClassName
{
background-color: #311101;
}
.BgClassName
{
background-color: #311101;
}
</style>
border-color css
<style>
span { border-color: #311101; }
span { border-color: rgb(49,17,1); }
td.TdClassName
{
border-color: #311101;
}
.TagClassName
{
border-color: #311101;
}
</style>