Shades of Seal Brown #310A08
Tints of Seal Brown #310A08
RGB
CMYK
RGB Variations
Color information
#310A08 (or 0x310A08) is known color: Seal Brown. HEX triplet: 31, 0A and 08. RGB value is (49,10,8). Sum of RGB (Red+Green+Blue) = 49+10+8=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A08 is #CEF5F7. Grayscale: #151515. Windows color (decimal): -13563384 or 526897. OLE color: 526897.
HSL color Cylindrical-coordinate representation of color #310A08: hue angle of 2.93º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310A08 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 8 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.81 |
| HSL | 2.93º | 0.72% | 0.11% | - |
| HSV(B) | 2.93º | 0.84% | 0.19% | - |
| XYZ | 1.42 | 0.89 | 0.33 | - |
| YUV | 21.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 8 | 0 | 0.80 | 0.84 | 0.81 | 2.93 | 0.72 | 0.11 |
| Hex | 31 | A | 8 | 0 | 50 | 54 | 51 | 3 | 48 | B |
| Octal | 61 | 12 | 10 | 0 | 120 | 124 | 121 | 3 | 110 | 13 |
| Binary | 110001 | 1010 | 1000 | 0 | 1010000 | 1010100 | 1010001 | 11 | 1001000 | 1011 |
Color Harmonies of #310A08
Complementary color
Monochromatic Colors of #310A08
Black with #310A08
Text Example
Text Example
White with #310A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A08; }
p { color: rgb(49,10,8); }
H1.HeaderClassName
{
color: #310A08;
}
.AnyTagClassName
{
color: #310A08;
}
</style>
background-color css
<style>
a { background-color: #310A08; }
a { background-color: rgb(49,10,8); }
div.DivClassName
{
background-color: #310A08;
}
.BgClassName
{
background-color: #310A08;
}
</style>
border-color css
<style>
span { border-color: #310A08; }
span { border-color: rgb(49,10,8); }
td.TdClassName
{
border-color: #310A08;
}
.TagClassName
{
border-color: #310A08;
}
</style>