Shades of Seal Brown #310F00
Tints of Seal Brown #310F00
RGB
CMYK
RGB Variations
Color information
#310F00 (or 0x310F00) is known color: Seal Brown. HEX triplet: 31, 0F and 00. RGB value is (49,15,0). Sum of RGB (Red+Green+Blue) = 49+15+0=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F00 is #CEF0FF. Grayscale: #171717. Windows color (decimal): -13562112 or 3889. OLE color: 3889.
HSL color Cylindrical-coordinate representation of color #310F00: hue angle of 18.37º 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 #310F00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.81 |
| HSL | 18.37º | 1% | 0.1% | - |
| HSV(B) | 18.37º | 1% | 0.19% | - |
| XYZ | 1.44 | 0.99 | 0.12 | - |
| YUV | 23.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 0 | 0 | 0.69 | 1 | 0.81 | 18.37 | 1 | 0.1 |
| Hex | 31 | F | 0 | 0 | 45 | 64 | 51 | 12 | 64 | A |
| Octal | 61 | 17 | 0 | 0 | 105 | 144 | 121 | 22 | 144 | 12 |
| Binary | 110001 | 1111 | 0 | 0 | 1000101 | 1100100 | 1010001 | 10010 | 1100100 | 1010 |
Color Harmonies of #310F00
Complementary color
Monochromatic Colors of #310F00
Black with #310F00
Text Example
Text Example
White with #310F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F00; }
p { color: rgb(49,15,0); }
H1.HeaderClassName
{
color: #310F00;
}
.AnyTagClassName
{
color: #310F00;
}
</style>
background-color css
<style>
a { background-color: #310F00; }
a { background-color: rgb(49,15,0); }
div.DivClassName
{
background-color: #310F00;
}
.BgClassName
{
background-color: #310F00;
}
</style>
border-color css
<style>
span { border-color: #310F00; }
span { border-color: rgb(49,15,0); }
td.TdClassName
{
border-color: #310F00;
}
.TagClassName
{
border-color: #310F00;
}
</style>