Shades of Bistre #3B271C
Tints of Bistre #3B271C
RGB
CMYK
RGB Variations
Color information
#3B271C (or 0x3B271C) is known color: Bistre. HEX triplet: 3B, 27 and 1C. RGB value is (59,39,28). Sum of RGB (Red+Green+Blue) = 59+39+28=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B271C is #C4D8E3. Grayscale: #2B2B2B. Windows color (decimal): -12900580 or 1845051. OLE color: 1845051.
HSL color Cylindrical-coordinate representation of color #3B271C: hue angle of 21.29º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B271C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 28 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.77 |
| HSL | 21.29º | 0.36% | 0.17% | - |
| HSV(B) | 21.29º | 0.53% | 0.23% | - |
| XYZ | 2.74 | 2.46 | 1.43 | - |
| YUV | 43.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 28 | 0 | 0.34 | 0.53 | 0.77 | 21.29 | 0.36 | 0.17 |
| Hex | 3B | 27 | 1C | 0 | 22 | 35 | 4D | 15 | 24 | 11 |
| Octal | 73 | 47 | 34 | 0 | 42 | 65 | 115 | 25 | 44 | 21 |
| Binary | 111011 | 100111 | 11100 | 0 | 100010 | 110101 | 1001101 | 10101 | 100100 | 10001 |
Color Harmonies of #3B271C
Complementary color
Monochromatic Colors of #3B271C
Black with #3B271C
Text Example
Text Example
White with #3B271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B271C; }
p { color: rgb(59,39,28); }
H1.HeaderClassName
{
color: #3B271C;
}
.AnyTagClassName
{
color: #3B271C;
}
</style>
background-color css
<style>
a { background-color: #3B271C; }
a { background-color: rgb(59,39,28); }
div.DivClassName
{
background-color: #3B271C;
}
.BgClassName
{
background-color: #3B271C;
}
</style>
border-color css
<style>
span { border-color: #3B271C; }
span { border-color: rgb(59,39,28); }
td.TdClassName
{
border-color: #3B271C;
}
.TagClassName
{
border-color: #3B271C;
}
</style>