Shades of Seal Brown #310300
Tints of Seal Brown #310300
RGB
CMYK
RGB Variations
Color information
#310300 (or 0x310300) is known color: Seal Brown. HEX triplet: 31, 03 and 00. RGB value is (49,3,0). Sum of RGB (Red+Green+Blue) = 49+3+0=52 (6% of max value = 765). Red value is 49 (19.53% from 255 or 94.23% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 49 - color contains mainly: red. Hex color #310300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310300 is #CEFCFF. Grayscale: #101010. Windows color (decimal): -13565184 or 817. OLE color: 817.
HSL color Cylindrical-coordinate representation of color #310300: hue angle of 3.67º 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 #310300 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 3 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.81 |
| HSL | 3.67º | 1% | 0.1% | - |
| HSV(B) | 3.67º | 1% | 0.19% | - |
| XYZ | 1.3 | 0.72 | 0.07 | - |
| YUV | 16.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 0 | 0 | 0.94 | 1 | 0.81 | 3.67 | 1 | 0.1 |
| Hex | 31 | 3 | 0 | 0 | 5E | 64 | 51 | 4 | 64 | A |
| Octal | 61 | 3 | 0 | 0 | 136 | 144 | 121 | 4 | 144 | 12 |
| Binary | 110001 | 11 | 0 | 0 | 1011110 | 1100100 | 1010001 | 100 | 1100100 | 1010 |
Color Harmonies of #310300
Complementary color
Monochromatic Colors of #310300
Black with #310300
Text Example
Text Example
White with #310300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310300; }
p { color: rgb(49,3,0); }
H1.HeaderClassName
{
color: #310300;
}
.AnyTagClassName
{
color: #310300;
}
</style>
background-color css
<style>
a { background-color: #310300; }
a { background-color: rgb(49,3,0); }
div.DivClassName
{
background-color: #310300;
}
.BgClassName
{
background-color: #310300;
}
</style>
border-color css
<style>
span { border-color: #310300; }
span { border-color: rgb(49,3,0); }
td.TdClassName
{
border-color: #310300;
}
.TagClassName
{
border-color: #310300;
}
</style>