Shades of Brown Pod #3B1B02
Tints of Brown Pod #3B1B02
RGB
CMYK
RGB Variations
Color information
#3B1B02 (or 0x3B1B02) is known color: Brown Pod. HEX triplet: 3B, 1B and 02. RGB value is (59,27,2). Sum of RGB (Red+Green+Blue) = 59+27+2=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B02 is #C4E4FD. Grayscale: #212121. Windows color (decimal): -12903678 or 138043. OLE color: 138043.
HSL color Cylindrical-coordinate representation of color #3B1B02: hue angle of 26.32º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1B02 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 2 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.77 |
| HSL | 26.32º | 0.93% | 0.12% | - |
| HSV(B) | 26.32º | 0.97% | 0.23% | - |
| XYZ | 2.21 | 1.72 | 0.27 | - |
| YUV | 33.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 2 | 0 | 0.54 | 0.97 | 0.77 | 26.32 | 0.93 | 0.12 |
| Hex | 3B | 1B | 2 | 0 | 36 | 61 | 4D | 1A | 5D | C |
| Octal | 73 | 33 | 2 | 0 | 66 | 141 | 115 | 32 | 135 | 14 |
| Binary | 111011 | 11011 | 10 | 0 | 110110 | 1100001 | 1001101 | 11010 | 1011101 | 1100 |
Color Harmonies of #3B1B02
Complementary color
Monochromatic Colors of #3B1B02
Black with #3B1B02
Text Example
Text Example
White with #3B1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B02; }
p { color: rgb(59,27,2); }
H1.HeaderClassName
{
color: #3B1B02;
}
.AnyTagClassName
{
color: #3B1B02;
}
</style>
background-color css
<style>
a { background-color: #3B1B02; }
a { background-color: rgb(59,27,2); }
div.DivClassName
{
background-color: #3B1B02;
}
.BgClassName
{
background-color: #3B1B02;
}
</style>
border-color css
<style>
span { border-color: #3B1B02; }
span { border-color: rgb(59,27,2); }
td.TdClassName
{
border-color: #3B1B02;
}
.TagClassName
{
border-color: #3B1B02;
}
</style>