Shades of Seal Brown #310D02
Tints of Seal Brown #310D02
RGB
CMYK
RGB Variations
Color information
#310D02 (or 0x310D02) is known color: Seal Brown. HEX triplet: 31, 0D and 02. RGB value is (49,13,2). Sum of RGB (Red+Green+Blue) = 49+13+2=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D02 is #CEF2FD. Grayscale: #161616. Windows color (decimal): -13562622 or 134449. OLE color: 134449.
HSL color Cylindrical-coordinate representation of color #310D02: hue angle of 14.04º 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 #310D02 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 2 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.81 |
| HSL | 14.04º | 0.92% | 0.1% | - |
| HSV(B) | 14.04º | 0.96% | 0.19% | - |
| XYZ | 1.42 | 0.95 | 0.16 | - |
| YUV | 22.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 2 | 0 | 0.73 | 0.96 | 0.81 | 14.04 | 0.92 | 0.1 |
| Hex | 31 | D | 2 | 0 | 49 | 60 | 51 | E | 5C | A |
| Octal | 61 | 15 | 2 | 0 | 111 | 140 | 121 | 16 | 134 | 12 |
| Binary | 110001 | 1101 | 10 | 0 | 1001001 | 1100000 | 1010001 | 1110 | 1011100 | 1010 |
Color Harmonies of #310D02
Complementary color
Monochromatic Colors of #310D02
Black with #310D02
Text Example
Text Example
White with #310D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D02; }
p { color: rgb(49,13,2); }
H1.HeaderClassName
{
color: #310D02;
}
.AnyTagClassName
{
color: #310D02;
}
</style>
background-color css
<style>
a { background-color: #310D02; }
a { background-color: rgb(49,13,2); }
div.DivClassName
{
background-color: #310D02;
}
.BgClassName
{
background-color: #310D02;
}
</style>
border-color css
<style>
span { border-color: #310D02; }
span { border-color: rgb(49,13,2); }
td.TdClassName
{
border-color: #310D02;
}
.TagClassName
{
border-color: #310D02;
}
</style>