Shades of Seal Brown #310B07
Tints of Seal Brown #310B07
RGB
CMYK
RGB Variations
Color information
#310B07 (or 0x310B07) is known color: Seal Brown. HEX triplet: 31, 0B and 07. RGB value is (49,11,7). Sum of RGB (Red+Green+Blue) = 49+11+7=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B07 is #CEF4F8. Grayscale: #151515. Windows color (decimal): -13563129 or 461617. OLE color: 461617.
HSL color Cylindrical-coordinate representation of color #310B07: hue angle of 5.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310B07 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 7 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.81 |
| HSL | 5.71º | 0.75% | 0.11% | - |
| HSV(B) | 5.71º | 0.86% | 0.19% | - |
| XYZ | 1.42 | 0.91 | 0.3 | - |
| YUV | 21.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 7 | 0 | 0.78 | 0.86 | 0.81 | 5.71 | 0.75 | 0.11 |
| Hex | 31 | B | 7 | 0 | 4E | 56 | 51 | 6 | 4B | B |
| Octal | 61 | 13 | 7 | 0 | 116 | 126 | 121 | 6 | 113 | 13 |
| Binary | 110001 | 1011 | 111 | 0 | 1001110 | 1010110 | 1010001 | 110 | 1001011 | 1011 |
Color Harmonies of #310B07
Complementary color
Monochromatic Colors of #310B07
Black with #310B07
Text Example
Text Example
White with #310B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B07; }
p { color: rgb(49,11,7); }
H1.HeaderClassName
{
color: #310B07;
}
.AnyTagClassName
{
color: #310B07;
}
</style>
background-color css
<style>
a { background-color: #310B07; }
a { background-color: rgb(49,11,7); }
div.DivClassName
{
background-color: #310B07;
}
.BgClassName
{
background-color: #310B07;
}
</style>
border-color css
<style>
span { border-color: #310B07; }
span { border-color: rgb(49,11,7); }
td.TdClassName
{
border-color: #310B07;
}
.TagClassName
{
border-color: #310B07;
}
</style>