Shades of Bistre #3B2B1F
Tints of Bistre #3B2B1F
RGB
CMYK
RGB Variations
Color information
#3B2B1F (or 0x3B2B1F) is known color: Bistre. HEX triplet: 3B, 2B and 1F. RGB value is (59,43,31). Sum of RGB (Red+Green+Blue) = 59+43+31=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B1F is #C4D4E0. Grayscale: #2E2E2E. Windows color (decimal): -12899553 or 2042683. OLE color: 2042683.
HSL color Cylindrical-coordinate representation of color #3B2B1F: hue angle of 25.71º 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 #3B2B1F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 31 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.77 |
| HSL | 25.71º | 0.31% | 0.18% | - |
| HSV(B) | 25.71º | 0.47% | 0.23% | - |
| XYZ | 2.91 | 2.76 | 1.67 | - |
| YUV | 46.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 31 | 0 | 0.27 | 0.47 | 0.77 | 25.71 | 0.31 | 0.18 |
| Hex | 3B | 2B | 1F | 0 | 1B | 2F | 4D | 1A | 1F | 12 |
| Octal | 73 | 53 | 37 | 0 | 33 | 57 | 115 | 32 | 37 | 22 |
| Binary | 111011 | 101011 | 11111 | 0 | 11011 | 101111 | 1001101 | 11010 | 11111 | 10010 |
Color Harmonies of #3B2B1F
Complementary color
Monochromatic Colors of #3B2B1F
Black with #3B2B1F
Text Example
Text Example
White with #3B2B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B1F; }
p { color: rgb(59,43,31); }
H1.HeaderClassName
{
color: #3B2B1F;
}
.AnyTagClassName
{
color: #3B2B1F;
}
</style>
background-color css
<style>
a { background-color: #3B2B1F; }
a { background-color: rgb(59,43,31); }
div.DivClassName
{
background-color: #3B2B1F;
}
.BgClassName
{
background-color: #3B2B1F;
}
</style>
border-color css
<style>
span { border-color: #3B2B1F; }
span { border-color: rgb(59,43,31); }
td.TdClassName
{
border-color: #3B2B1F;
}
.TagClassName
{
border-color: #3B2B1F;
}
</style>