Shades of Seal Brown #310B02
Tints of Seal Brown #310B02
RGB
CMYK
RGB Variations
Color information
#310B02 (or 0x310B02) is known color: Seal Brown. HEX triplet: 31, 0B and 02. RGB value is (49,11,2). Sum of RGB (Red+Green+Blue) = 49+11+2=62 (8% of max value = 765). Red value is 49 (19.53% from 255 or 79.03% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 49 - color contains mainly: red. Hex color #310B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B02 is #CEF4FD. Grayscale: #151515. Windows color (decimal): -13563134 or 133937. OLE color: 133937.
HSL color Cylindrical-coordinate representation of color #310B02: hue angle of 11.49º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310B02 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 2 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.81 |
| HSL | 11.49º | 0.92% | 0.1% | - |
| HSV(B) | 11.49º | 0.96% | 0.19% | - |
| XYZ | 1.4 | 0.9 | 0.16 | - |
| YUV | 21.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 2 | 0 | 0.78 | 0.96 | 0.81 | 11.49 | 0.92 | 0.1 |
| Hex | 31 | B | 2 | 0 | 4E | 60 | 51 | B | 5C | A |
| Octal | 61 | 13 | 2 | 0 | 116 | 140 | 121 | 13 | 134 | 12 |
| Binary | 110001 | 1011 | 10 | 0 | 1001110 | 1100000 | 1010001 | 1011 | 1011100 | 1010 |
Color Harmonies of #310B02
Complementary color
Monochromatic Colors of #310B02
Black with #310B02
Text Example
Text Example
White with #310B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B02; }
p { color: rgb(49,11,2); }
H1.HeaderClassName
{
color: #310B02;
}
.AnyTagClassName
{
color: #310B02;
}
</style>
background-color css
<style>
a { background-color: #310B02; }
a { background-color: rgb(49,11,2); }
div.DivClassName
{
background-color: #310B02;
}
.BgClassName
{
background-color: #310B02;
}
</style>
border-color css
<style>
span { border-color: #310B02; }
span { border-color: rgb(49,11,2); }
td.TdClassName
{
border-color: #310B02;
}
.TagClassName
{
border-color: #310B02;
}
</style>