Shades of Bistre #3B2B1E
Tints of Bistre #3B2B1E
RGB
CMYK
RGB Variations
Color information
#3B2B1E (or 0x3B2B1E) is known color: Bistre. HEX triplet: 3B, 2B and 1E. RGB value is (59,43,30). Sum of RGB (Red+Green+Blue) = 59+43+30=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B1E is #C4D4E1. Grayscale: #2E2E2E. Windows color (decimal): -12899554 or 1977147. OLE color: 1977147.
HSL color Cylindrical-coordinate representation of color #3B2B1E: hue angle of 26.9º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B2B1E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 30 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.77 |
| HSL | 26.9º | 0.33% | 0.17% | - |
| HSV(B) | 26.9º | 0.49% | 0.23% | - |
| XYZ | 2.9 | 2.75 | 1.61 | - |
| YUV | 46.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 30 | 0 | 0.27 | 0.49 | 0.77 | 26.9 | 0.33 | 0.17 |
| Hex | 3B | 2B | 1E | 0 | 1B | 31 | 4D | 1B | 21 | 11 |
| Octal | 73 | 53 | 36 | 0 | 33 | 61 | 115 | 33 | 41 | 21 |
| Binary | 111011 | 101011 | 11110 | 0 | 11011 | 110001 | 1001101 | 11011 | 100001 | 10001 |
Color Harmonies of #3B2B1E
Complementary color
Monochromatic Colors of #3B2B1E
Black with #3B2B1E
Text Example
Text Example
White with #3B2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B1E; }
p { color: rgb(59,43,30); }
H1.HeaderClassName
{
color: #3B2B1E;
}
.AnyTagClassName
{
color: #3B2B1E;
}
</style>
background-color css
<style>
a { background-color: #3B2B1E; }
a { background-color: rgb(59,43,30); }
div.DivClassName
{
background-color: #3B2B1E;
}
.BgClassName
{
background-color: #3B2B1E;
}
</style>
border-color css
<style>
span { border-color: #3B2B1E; }
span { border-color: rgb(59,43,30); }
td.TdClassName
{
border-color: #3B2B1E;
}
.TagClassName
{
border-color: #3B2B1E;
}
</style>