Shades of Seal Brown #310100
Tints of Seal Brown #310100
RGB
CMYK
RGB Variations
Color information
#310100 (or 0x310100) is known color: Seal Brown. HEX triplet: 31, 01 and 00. RGB value is (49,1,0). Sum of RGB (Red+Green+Blue) = 49+1+0=50 (6% of max value = 765). Red value is 49 (19.53% from 255 or 98% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 49 - color contains mainly: red. Hex color #310100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310100 is #CEFEFF. Grayscale: #0F0F0F. Windows color (decimal): -13565696 or 305. OLE color: 305.
HSL color Cylindrical-coordinate representation of color #310100: hue angle of 1.22º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310100 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.81 |
| HSL | 1.22º | 1% | 0.1% | - |
| HSV(B) | 1.22º | 1% | 0.19% | - |
| XYZ | 1.28 | 0.67 | 0.06 | - |
| YUV | 15.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 0 | 0 | 0.98 | 1 | 0.81 | 1.22 | 1 | 0.1 |
| Hex | 31 | 1 | 0 | 0 | 62 | 64 | 51 | 1 | 64 | A |
| Octal | 61 | 1 | 0 | 0 | 142 | 144 | 121 | 1 | 144 | 12 |
| Binary | 110001 | 1 | 0 | 0 | 1100010 | 1100100 | 1010001 | 1 | 1100100 | 1010 |
Color Harmonies of #310100
Complementary color
Monochromatic Colors of #310100
Black with #310100
Text Example
Text Example
White with #310100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310100; }
p { color: rgb(49,1,0); }
H1.HeaderClassName
{
color: #310100;
}
.AnyTagClassName
{
color: #310100;
}
</style>
background-color css
<style>
a { background-color: #310100; }
a { background-color: rgb(49,1,0); }
div.DivClassName
{
background-color: #310100;
}
.BgClassName
{
background-color: #310100;
}
</style>
border-color css
<style>
span { border-color: #310100; }
span { border-color: rgb(49,1,0); }
td.TdClassName
{
border-color: #310100;
}
.TagClassName
{
border-color: #310100;
}
</style>