Shades of Brown Pod #3B1D19
Tints of Brown Pod #3B1D19
RGB
CMYK
RGB Variations
Color information
#3B1D19 (or 0x3B1D19) is known color: Brown Pod. HEX triplet: 3B, 1D and 19. RGB value is (59,29,25). Sum of RGB (Red+Green+Blue) = 59+29+25=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D19 is #C4E2E6. Grayscale: #252525. Windows color (decimal): -12903143 or 1645883. OLE color: 1645883.
HSL color Cylindrical-coordinate representation of color #3B1D19: hue angle of 7.06º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1D19 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 25 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.77 |
| HSL | 7.06º | 0.4% | 0.16% | - |
| HSV(B) | 7.06º | 0.58% | 0.23% | - |
| XYZ | 2.42 | 1.88 | 1.15 | - |
| YUV | 37.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 25 | 0 | 0.51 | 0.58 | 0.77 | 7.06 | 0.4 | 0.16 |
| Hex | 3B | 1D | 19 | 0 | 33 | 3A | 4D | 7 | 28 | 10 |
| Octal | 73 | 35 | 31 | 0 | 63 | 72 | 115 | 7 | 50 | 20 |
| Binary | 111011 | 11101 | 11001 | 0 | 110011 | 111010 | 1001101 | 111 | 101000 | 10000 |
Color Harmonies of #3B1D19
Complementary color
Monochromatic Colors of #3B1D19
Black with #3B1D19
Text Example
Text Example
White with #3B1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D19; }
p { color: rgb(59,29,25); }
H1.HeaderClassName
{
color: #3B1D19;
}
.AnyTagClassName
{
color: #3B1D19;
}
</style>
background-color css
<style>
a { background-color: #3B1D19; }
a { background-color: rgb(59,29,25); }
div.DivClassName
{
background-color: #3B1D19;
}
.BgClassName
{
background-color: #3B1D19;
}
</style>
border-color css
<style>
span { border-color: #3B1D19; }
span { border-color: rgb(59,29,25); }
td.TdClassName
{
border-color: #3B1D19;
}
.TagClassName
{
border-color: #3B1D19;
}
</style>