Shades of Seal Brown #310B04
Tints of Seal Brown #310B04
RGB
CMYK
RGB Variations
Color information
#310B04 (or 0x310B04) is known color: Seal Brown. HEX triplet: 31, 0B and 04. RGB value is (49,11,4). Sum of RGB (Red+Green+Blue) = 49+11+4=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B04 is #CEF4FB. Grayscale: #151515. Windows color (decimal): -13563132 or 265009. OLE color: 265009.
HSL color Cylindrical-coordinate representation of color #310B04: hue angle of 9.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310B04 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 4 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.81 |
| HSL | 9.33º | 0.85% | 0.1% | - |
| HSV(B) | 9.33º | 0.92% | 0.19% | - |
| XYZ | 1.41 | 0.9 | 0.21 | - |
| YUV | 21.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 4 | 0 | 0.78 | 0.92 | 0.81 | 9.33 | 0.85 | 0.1 |
| Hex | 31 | B | 4 | 0 | 4E | 5C | 51 | 9 | 55 | A |
| Octal | 61 | 13 | 4 | 0 | 116 | 134 | 121 | 11 | 125 | 12 |
| Binary | 110001 | 1011 | 100 | 0 | 1001110 | 1011100 | 1010001 | 1001 | 1010101 | 1010 |
Color Harmonies of #310B04
Complementary color
Monochromatic Colors of #310B04
Black with #310B04
Text Example
Text Example
White with #310B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B04; }
p { color: rgb(49,11,4); }
H1.HeaderClassName
{
color: #310B04;
}
.AnyTagClassName
{
color: #310B04;
}
</style>
background-color css
<style>
a { background-color: #310B04; }
a { background-color: rgb(49,11,4); }
div.DivClassName
{
background-color: #310B04;
}
.BgClassName
{
background-color: #310B04;
}
</style>
border-color css
<style>
span { border-color: #310B04; }
span { border-color: rgb(49,11,4); }
td.TdClassName
{
border-color: #310B04;
}
.TagClassName
{
border-color: #310B04;
}
</style>