Shades of Seal Brown #311C18
Tints of Seal Brown #311C18
RGB
CMYK
RGB Variations
Color information
#311C18 (or 0x311C18) is known color: Seal Brown. HEX triplet: 31, 1C and 18. RGB value is (49,28,24). Sum of RGB (Red+Green+Blue) = 49+28+24=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C18 is #CEE3E7. Grayscale: #212121. Windows color (decimal): -13558760 or 1580081. OLE color: 1580081.
HSL color Cylindrical-coordinate representation of color #311C18: hue angle of 9.6º 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 #311C18 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 24 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.81 |
| HSL | 9.6º | 0.34% | 0.14% | - |
| HSV(B) | 9.6º | 0.51% | 0.19% | - |
| XYZ | 1.85 | 1.55 | 1.07 | - |
| YUV | 33.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 24 | 0 | 0.43 | 0.51 | 0.81 | 9.6 | 0.34 | 0.14 |
| Hex | 31 | 1C | 18 | 0 | 2B | 33 | 51 | A | 22 | E |
| Octal | 61 | 34 | 30 | 0 | 53 | 63 | 121 | 12 | 42 | 16 |
| Binary | 110001 | 11100 | 11000 | 0 | 101011 | 110011 | 1010001 | 1010 | 100010 | 1110 |
Color Harmonies of #311C18
Complementary color
Monochromatic Colors of #311C18
Black with #311C18
Text Example
Text Example
White with #311C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C18; }
p { color: rgb(49,28,24); }
H1.HeaderClassName
{
color: #311C18;
}
.AnyTagClassName
{
color: #311C18;
}
</style>
background-color css
<style>
a { background-color: #311C18; }
a { background-color: rgb(49,28,24); }
div.DivClassName
{
background-color: #311C18;
}
.BgClassName
{
background-color: #311C18;
}
</style>
border-color css
<style>
span { border-color: #311C18; }
span { border-color: rgb(49,28,24); }
td.TdClassName
{
border-color: #311C18;
}
.TagClassName
{
border-color: #311C18;
}
</style>