Shades of Seal Brown #310F0F
Tints of Seal Brown #310F0F
RGB
CMYK
RGB Variations
Color information
#310F0F (or 0x310F0F) is known color: Seal Brown. HEX triplet: 31, 0F and 0F. RGB value is (49,15,15). Sum of RGB (Red+Green+Blue) = 49+15+15=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F0F is #CEF0F0. Grayscale: #191919. Windows color (decimal): -13562097 or 986929. OLE color: 986929.
HSL color Cylindrical-coordinate representation of color #310F0F: hue angle of 0º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F0F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 15 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.81 |
| HSL | 0º | 0.53% | 0.13% | - |
| HSV(B) | 0º | 0.69% | 0.19% | - |
| XYZ | 1.52 | 1.03 | 0.57 | - |
| YUV | 25.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 15 | 0 | 0.69 | 0.69 | 0.81 | 0 | 0.53 | 0.13 |
| Hex | 31 | F | F | 0 | 45 | 45 | 51 | 0 | 35 | D |
| Octal | 61 | 17 | 17 | 0 | 105 | 105 | 121 | 0 | 65 | 15 |
| Binary | 110001 | 1111 | 1111 | 0 | 1000101 | 1000101 | 1010001 | 0 | 110101 | 1101 |
Color Harmonies of #310F0F
Complementary color
Monochromatic Colors of #310F0F
Black with #310F0F
Text Example
Text Example
White with #310F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F0F; }
p { color: rgb(49,15,15); }
H1.HeaderClassName
{
color: #310F0F;
}
.AnyTagClassName
{
color: #310F0F;
}
</style>
background-color css
<style>
a { background-color: #310F0F; }
a { background-color: rgb(49,15,15); }
div.DivClassName
{
background-color: #310F0F;
}
.BgClassName
{
background-color: #310F0F;
}
</style>
border-color css
<style>
span { border-color: #310F0F; }
span { border-color: rgb(49,15,15); }
td.TdClassName
{
border-color: #310F0F;
}
.TagClassName
{
border-color: #310F0F;
}
</style>