Shades of Brown Pod #331D19
Tints of Brown Pod #331D19
RGB
CMYK
RGB Variations
Color information
#331D19 (or 0x331D19) is known color: Brown Pod. HEX triplet: 33, 1D and 19. RGB value is (51,29,25). Sum of RGB (Red+Green+Blue) = 51+29+25=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #331D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D19 is #CCE2E6. Grayscale: #232323. Windows color (decimal): -13427431 or 1645875. OLE color: 1645875.
HSL color Cylindrical-coordinate representation of color #331D19: hue angle of 9.23º 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 #331D19 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 25 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.8 |
| HSL | 9.23º | 0.34% | 0.15% | - |
| HSV(B) | 9.23º | 0.51% | 0.2% | - |
| XYZ | 1.98 | 1.65 | 1.13 | - |
| YUV | 35.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 25 | 0 | 0.43 | 0.51 | 0.8 | 9.23 | 0.34 | 0.15 |
| Hex | 33 | 1D | 19 | 0 | 2B | 33 | 50 | 9 | 22 | F |
| Octal | 63 | 35 | 31 | 0 | 53 | 63 | 120 | 11 | 42 | 17 |
| Binary | 110011 | 11101 | 11001 | 0 | 101011 | 110011 | 1010000 | 1001 | 100010 | 1111 |
Color Harmonies of #331D19
Complementary color
Monochromatic Colors of #331D19
Black with #331D19
Text Example
Text Example
White with #331D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D19; }
p { color: rgb(51,29,25); }
H1.HeaderClassName
{
color: #331D19;
}
.AnyTagClassName
{
color: #331D19;
}
</style>
background-color css
<style>
a { background-color: #331D19; }
a { background-color: rgb(51,29,25); }
div.DivClassName
{
background-color: #331D19;
}
.BgClassName
{
background-color: #331D19;
}
</style>
border-color css
<style>
span { border-color: #331D19; }
span { border-color: rgb(51,29,25); }
td.TdClassName
{
border-color: #331D19;
}
.TagClassName
{
border-color: #331D19;
}
</style>