Shades of Brown Pod #3B1F16
Tints of Brown Pod #3B1F16
RGB
CMYK
RGB Variations
Color information
#3B1F16 (or 0x3B1F16) is known color: Brown Pod. HEX triplet: 3B, 1F and 16. RGB value is (59,31,22). Sum of RGB (Red+Green+Blue) = 59+31+22=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1F16 is #C4E0E9. Grayscale: #262626. Windows color (decimal): -12902634 or 1449787. OLE color: 1449787.
HSL color Cylindrical-coordinate representation of color #3B1F16: hue angle of 14.59º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1F16 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 22 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.77 |
| HSL | 14.59º | 0.46% | 0.16% | - |
| HSV(B) | 14.59º | 0.63% | 0.23% | - |
| XYZ | 2.44 | 1.97 | 1.01 | - |
| YUV | 38.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 22 | 0 | 0.47 | 0.63 | 0.77 | 14.59 | 0.46 | 0.16 |
| Hex | 3B | 1F | 16 | 0 | 2F | 3F | 4D | F | 2E | 10 |
| Octal | 73 | 37 | 26 | 0 | 57 | 77 | 115 | 17 | 56 | 20 |
| Binary | 111011 | 11111 | 10110 | 0 | 101111 | 111111 | 1001101 | 1111 | 101110 | 10000 |
Color Harmonies of #3B1F16
Complementary color
Monochromatic Colors of #3B1F16
Black with #3B1F16
Text Example
Text Example
White with #3B1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F16; }
p { color: rgb(59,31,22); }
H1.HeaderClassName
{
color: #3B1F16;
}
.AnyTagClassName
{
color: #3B1F16;
}
</style>
background-color css
<style>
a { background-color: #3B1F16; }
a { background-color: rgb(59,31,22); }
div.DivClassName
{
background-color: #3B1F16;
}
.BgClassName
{
background-color: #3B1F16;
}
</style>
border-color css
<style>
span { border-color: #3B1F16; }
span { border-color: rgb(59,31,22); }
td.TdClassName
{
border-color: #3B1F16;
}
.TagClassName
{
border-color: #3B1F16;
}
</style>