Shades of Seal Brown #331B19
Tints of Seal Brown #331B19
RGB
CMYK
RGB Variations
Color information
#331B19 (or 0x331B19) is known color: Seal Brown. HEX triplet: 33, 1B and 19. RGB value is (51,27,25). Sum of RGB (Red+Green+Blue) = 51+27+25=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B19 is #CCE4E6. Grayscale: #212121. Windows color (decimal): -13427943 or 1645363. OLE color: 1645363.
HSL color Cylindrical-coordinate representation of color #331B19: hue angle of 4.62º 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 #331B19 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 25 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.8 |
| HSL | 4.62º | 0.34% | 0.15% | - |
| HSV(B) | 4.62º | 0.51% | 0.2% | - |
| XYZ | 1.93 | 1.56 | 1.12 | - |
| YUV | 33.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 25 | 0 | 0.47 | 0.51 | 0.8 | 4.62 | 0.34 | 0.15 |
| Hex | 33 | 1B | 19 | 0 | 2F | 33 | 50 | 5 | 22 | F |
| Octal | 63 | 33 | 31 | 0 | 57 | 63 | 120 | 5 | 42 | 17 |
| Binary | 110011 | 11011 | 11001 | 0 | 101111 | 110011 | 1010000 | 101 | 100010 | 1111 |
Color Harmonies of #331B19
Complementary color
Monochromatic Colors of #331B19
Black with #331B19
Text Example
Text Example
White with #331B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B19; }
p { color: rgb(51,27,25); }
H1.HeaderClassName
{
color: #331B19;
}
.AnyTagClassName
{
color: #331B19;
}
</style>
background-color css
<style>
a { background-color: #331B19; }
a { background-color: rgb(51,27,25); }
div.DivClassName
{
background-color: #331B19;
}
.BgClassName
{
background-color: #331B19;
}
</style>
border-color css
<style>
span { border-color: #331B19; }
span { border-color: rgb(51,27,25); }
td.TdClassName
{
border-color: #331B19;
}
.TagClassName
{
border-color: #331B19;
}
</style>