Shades of Seal Brown #331919
Tints of Seal Brown #331919
RGB
CMYK
RGB Variations
Color information
#331919 (or 0x331919) is known color: Seal Brown. HEX triplet: 33, 19 and 19. RGB value is (51,25,25). Sum of RGB (Red+Green+Blue) = 51+25+25=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331919 is #CCE6E6. Grayscale: #202020. Windows color (decimal): -13428455 or 1644851. OLE color: 1644851.
HSL color Cylindrical-coordinate representation of color #331919: hue angle of 0º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331919 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 25 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.8 |
| HSL | 0º | 0.34% | 0.15% | - |
| HSV(B) | 0º | 0.51% | 0.2% | - |
| XYZ | 1.89 | 1.47 | 1.1 | - |
| YUV | 32.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 25 | 0 | 0.51 | 0.51 | 0.8 | 0 | 0.34 | 0.15 |
| Hex | 33 | 19 | 19 | 0 | 33 | 33 | 50 | 0 | 22 | F |
| Octal | 63 | 31 | 31 | 0 | 63 | 63 | 120 | 0 | 42 | 17 |
| Binary | 110011 | 11001 | 11001 | 0 | 110011 | 110011 | 1010000 | 0 | 100010 | 1111 |
Color Harmonies of #331919
Complementary color
Monochromatic Colors of #331919
Black with #331919
Text Example
Text Example
White with #331919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331919; }
p { color: rgb(51,25,25); }
H1.HeaderClassName
{
color: #331919;
}
.AnyTagClassName
{
color: #331919;
}
</style>
background-color css
<style>
a { background-color: #331919; }
a { background-color: rgb(51,25,25); }
div.DivClassName
{
background-color: #331919;
}
.BgClassName
{
background-color: #331919;
}
</style>
border-color css
<style>
span { border-color: #331919; }
span { border-color: rgb(51,25,25); }
td.TdClassName
{
border-color: #331919;
}
.TagClassName
{
border-color: #331919;
}
</style>