Shades of Seal Brown #310D00
Tints of Seal Brown #310D00
RGB
CMYK
RGB Variations
Color information
#310D00 (or 0x310D00) is known color: Seal Brown. HEX triplet: 31, 0D and 00. RGB value is (49,13,0). Sum of RGB (Red+Green+Blue) = 49+13+0=62 (8% of max value = 765). Red value is 49 (19.53% from 255 or 79.03% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 49 - color contains mainly: red. Hex color #310D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D00 is #CEF2FF. Grayscale: #161616. Windows color (decimal): -13562624 or 3377. OLE color: 3377.
HSL color Cylindrical-coordinate representation of color #310D00: hue angle of 15.92º 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 #310D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.81 |
| HSL | 15.92º | 1% | 0.1% | - |
| HSV(B) | 15.92º | 1% | 0.19% | - |
| XYZ | 1.41 | 0.94 | 0.11 | - |
| YUV | 22.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 0 | 0 | 0.73 | 1 | 0.81 | 15.92 | 1 | 0.1 |
| Hex | 31 | D | 0 | 0 | 49 | 64 | 51 | 10 | 64 | A |
| Octal | 61 | 15 | 0 | 0 | 111 | 144 | 121 | 20 | 144 | 12 |
| Binary | 110001 | 1101 | 0 | 0 | 1001001 | 1100100 | 1010001 | 10000 | 1100100 | 1010 |
Color Harmonies of #310D00
Complementary color
Monochromatic Colors of #310D00
Black with #310D00
Text Example
Text Example
White with #310D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D00; }
p { color: rgb(49,13,0); }
H1.HeaderClassName
{
color: #310D00;
}
.AnyTagClassName
{
color: #310D00;
}
</style>
background-color css
<style>
a { background-color: #310D00; }
a { background-color: rgb(49,13,0); }
div.DivClassName
{
background-color: #310D00;
}
.BgClassName
{
background-color: #310D00;
}
</style>
border-color css
<style>
span { border-color: #310D00; }
span { border-color: rgb(49,13,0); }
td.TdClassName
{
border-color: #310D00;
}
.TagClassName
{
border-color: #310D00;
}
</style>