Shades of Brown Pod #3B281F
Tints of Brown Pod #3B281F
RGB
CMYK
RGB Variations
Color information
#3B281F (or 0x3B281F) is known color: Brown Pod. HEX triplet: 3B, 28 and 1F. RGB value is (59,40,31). Sum of RGB (Red+Green+Blue) = 59+40+31=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B281F is #C4D7E0. Grayscale: #2C2C2C. Windows color (decimal): -12900321 or 2041915. OLE color: 2041915.
HSL color Cylindrical-coordinate representation of color #3B281F: hue angle of 19.29º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B281F is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 31 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.77 |
| HSL | 19.29º | 0.31% | 0.18% | - |
| HSV(B) | 19.29º | 0.47% | 0.23% | - |
| XYZ | 2.81 | 2.55 | 1.64 | - |
| YUV | 44.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 31 | 0 | 0.32 | 0.47 | 0.77 | 19.29 | 0.31 | 0.18 |
| Hex | 3B | 28 | 1F | 0 | 20 | 2F | 4D | 13 | 1F | 12 |
| Octal | 73 | 50 | 37 | 0 | 40 | 57 | 115 | 23 | 37 | 22 |
| Binary | 111011 | 101000 | 11111 | 0 | 100000 | 101111 | 1001101 | 10011 | 11111 | 10010 |
Color Harmonies of #3B281F
Complementary color
Monochromatic Colors of #3B281F
Black with #3B281F
Text Example
Text Example
White with #3B281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B281F; }
p { color: rgb(59,40,31); }
H1.HeaderClassName
{
color: #3B281F;
}
.AnyTagClassName
{
color: #3B281F;
}
</style>
background-color css
<style>
a { background-color: #3B281F; }
a { background-color: rgb(59,40,31); }
div.DivClassName
{
background-color: #3B281F;
}
.BgClassName
{
background-color: #3B281F;
}
</style>
border-color css
<style>
span { border-color: #3B281F; }
span { border-color: rgb(59,40,31); }
td.TdClassName
{
border-color: #3B281F;
}
.TagClassName
{
border-color: #3B281F;
}
</style>