Shades of Seal Brown #331818
Tints of Seal Brown #331818
RGB
CMYK
RGB Variations
Color information
#331818 (or 0x331818) is known color: Seal Brown. HEX triplet: 33, 18 and 18. RGB value is (51,24,24). Sum of RGB (Red+Green+Blue) = 51+24+24=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331818 is #CCE7E7. Grayscale: #202020. Windows color (decimal): -13428712 or 1579059. OLE color: 1579059.
HSL color Cylindrical-coordinate representation of color #331818: hue angle of 0º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331818 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 24 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.8 |
| HSL | 0º | 0.36% | 0.15% | - |
| HSV(B) | 0º | 0.53% | 0.2% | - |
| XYZ | 1.86 | 1.42 | 1.04 | - |
| YUV | 32.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 24 | 0 | 0.53 | 0.53 | 0.8 | 0 | 0.36 | 0.15 |
| Hex | 33 | 18 | 18 | 0 | 35 | 35 | 50 | 0 | 24 | F |
| Octal | 63 | 30 | 30 | 0 | 65 | 65 | 120 | 0 | 44 | 17 |
| Binary | 110011 | 11000 | 11000 | 0 | 110101 | 110101 | 1010000 | 0 | 100100 | 1111 |
Color Harmonies of #331818
Complementary color
Monochromatic Colors of #331818
Black with #331818
Text Example
Text Example
White with #331818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331818; }
p { color: rgb(51,24,24); }
H1.HeaderClassName
{
color: #331818;
}
.AnyTagClassName
{
color: #331818;
}
</style>
background-color css
<style>
a { background-color: #331818; }
a { background-color: rgb(51,24,24); }
div.DivClassName
{
background-color: #331818;
}
.BgClassName
{
background-color: #331818;
}
</style>
border-color css
<style>
span { border-color: #331818; }
span { border-color: rgb(51,24,24); }
td.TdClassName
{
border-color: #331818;
}
.TagClassName
{
border-color: #331818;
}
</style>