Shades of Brown Pod #3B1E0F
Tints of Brown Pod #3B1E0F
RGB
CMYK
RGB Variations
Color information
#3B1E0F (or 0x3B1E0F) is known color: Brown Pod. HEX triplet: 3B, 1E and 0F. RGB value is (59,30,15). Sum of RGB (Red+Green+Blue) = 59+30+15=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E0F is #C4E1F0. Grayscale: #252525. Windows color (decimal): -12902897 or 990779. OLE color: 990779.
HSL color Cylindrical-coordinate representation of color #3B1E0F: hue angle of 20.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1E0F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 15 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.77 |
| HSL | 20.45º | 0.59% | 0.15% | - |
| HSV(B) | 20.45º | 0.75% | 0.23% | - |
| XYZ | 2.35 | 1.89 | 0.69 | - |
| YUV | 36.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 15 | 0 | 0.49 | 0.75 | 0.77 | 20.45 | 0.59 | 0.15 |
| Hex | 3B | 1E | F | 0 | 31 | 4B | 4D | 14 | 3B | F |
| Octal | 73 | 36 | 17 | 0 | 61 | 113 | 115 | 24 | 73 | 17 |
| Binary | 111011 | 11110 | 1111 | 0 | 110001 | 1001011 | 1001101 | 10100 | 111011 | 1111 |
Color Harmonies of #3B1E0F
Complementary color
Monochromatic Colors of #3B1E0F
Black with #3B1E0F
Text Example
Text Example
White with #3B1E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E0F; }
p { color: rgb(59,30,15); }
H1.HeaderClassName
{
color: #3B1E0F;
}
.AnyTagClassName
{
color: #3B1E0F;
}
</style>
background-color css
<style>
a { background-color: #3B1E0F; }
a { background-color: rgb(59,30,15); }
div.DivClassName
{
background-color: #3B1E0F;
}
.BgClassName
{
background-color: #3B1E0F;
}
</style>
border-color css
<style>
span { border-color: #3B1E0F; }
span { border-color: rgb(59,30,15); }
td.TdClassName
{
border-color: #3B1E0F;
}
.TagClassName
{
border-color: #3B1E0F;
}
</style>