Shades of Seal Brown #311B18
Tints of Seal Brown #311B18
RGB
CMYK
RGB Variations
Color information
#311B18 (or 0x311B18) is known color: Seal Brown. HEX triplet: 31, 1B and 18. RGB value is (49,27,24). Sum of RGB (Red+Green+Blue) = 49+27+24=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B18 is #CEE4E7. Grayscale: #212121. Windows color (decimal): -13559016 or 1579825. OLE color: 1579825.
HSL color Cylindrical-coordinate representation of color #311B18: hue angle of 7.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311B18 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 24 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.81 |
| HSL | 7.2º | 0.34% | 0.14% | - |
| HSV(B) | 7.2º | 0.51% | 0.19% | - |
| XYZ | 1.82 | 1.5 | 1.06 | - |
| YUV | 33.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 24 | 0 | 0.45 | 0.51 | 0.81 | 7.2 | 0.34 | 0.14 |
| Hex | 31 | 1B | 18 | 0 | 2D | 33 | 51 | 7 | 22 | E |
| Octal | 61 | 33 | 30 | 0 | 55 | 63 | 121 | 7 | 42 | 16 |
| Binary | 110001 | 11011 | 11000 | 0 | 101101 | 110011 | 1010001 | 111 | 100010 | 1110 |
Color Harmonies of #311B18
Complementary color
Monochromatic Colors of #311B18
Black with #311B18
Text Example
Text Example
White with #311B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B18; }
p { color: rgb(49,27,24); }
H1.HeaderClassName
{
color: #311B18;
}
.AnyTagClassName
{
color: #311B18;
}
</style>
background-color css
<style>
a { background-color: #311B18; }
a { background-color: rgb(49,27,24); }
div.DivClassName
{
background-color: #311B18;
}
.BgClassName
{
background-color: #311B18;
}
</style>
border-color css
<style>
span { border-color: #311B18; }
span { border-color: rgb(49,27,24); }
td.TdClassName
{
border-color: #311B18;
}
.TagClassName
{
border-color: #311B18;
}
</style>