Shades of Bistre #3B261A
Tints of Bistre #3B261A
RGB
CMYK
RGB Variations
Color information
#3B261A (or 0x3B261A) is known color: Bistre. HEX triplet: 3B, 26 and 1A. RGB value is (59,38,26). Sum of RGB (Red+Green+Blue) = 59+38+26=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B261A is #C4D9E5. Grayscale: #2A2A2A. Windows color (decimal): -12900838 or 1713723. OLE color: 1713723.
HSL color Cylindrical-coordinate representation of color #3B261A: hue angle of 21.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B261A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 26 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.77 |
| HSL | 21.82º | 0.39% | 0.17% | - |
| HSV(B) | 21.82º | 0.56% | 0.23% | - |
| XYZ | 2.68 | 2.39 | 1.3 | - |
| YUV | 42.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 26 | 0 | 0.36 | 0.56 | 0.77 | 21.82 | 0.39 | 0.17 |
| Hex | 3B | 26 | 1A | 0 | 24 | 38 | 4D | 16 | 27 | 11 |
| Octal | 73 | 46 | 32 | 0 | 44 | 70 | 115 | 26 | 47 | 21 |
| Binary | 111011 | 100110 | 11010 | 0 | 100100 | 111000 | 1001101 | 10110 | 100111 | 10001 |
Color Harmonies of #3B261A
Complementary color
Monochromatic Colors of #3B261A
Black with #3B261A
Text Example
Text Example
White with #3B261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B261A; }
p { color: rgb(59,38,26); }
H1.HeaderClassName
{
color: #3B261A;
}
.AnyTagClassName
{
color: #3B261A;
}
</style>
background-color css
<style>
a { background-color: #3B261A; }
a { background-color: rgb(59,38,26); }
div.DivClassName
{
background-color: #3B261A;
}
.BgClassName
{
background-color: #3B261A;
}
</style>
border-color css
<style>
span { border-color: #3B261A; }
span { border-color: rgb(59,38,26); }
td.TdClassName
{
border-color: #3B261A;
}
.TagClassName
{
border-color: #3B261A;
}
</style>