Shades of Bistre #3B2A1C
Tints of Bistre #3B2A1C
RGB
CMYK
RGB Variations
Color information
#3B2A1C (or 0x3B2A1C) is known color: Bistre. HEX triplet: 3B, 2A and 1C. RGB value is (59,42,28). Sum of RGB (Red+Green+Blue) = 59+42+28=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2A1C is #C4D5E3. Grayscale: #2D2D2D. Windows color (decimal): -12899812 or 1845819. OLE color: 1845819.
HSL color Cylindrical-coordinate representation of color #3B2A1C: hue angle of 27.1º 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 #3B2A1C is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 42 | 28 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.77 |
| HSL | 27.1º | 0.36% | 0.17% | - |
| HSV(B) | 27.1º | 0.53% | 0.23% | - |
| XYZ | 2.84 | 2.67 | 1.46 | - |
| YUV | 45.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 28 | 0 | 0.29 | 0.53 | 0.77 | 27.1 | 0.36 | 0.17 |
| Hex | 3B | 2A | 1C | 0 | 1D | 35 | 4D | 1B | 24 | 11 |
| Octal | 73 | 52 | 34 | 0 | 35 | 65 | 115 | 33 | 44 | 21 |
| Binary | 111011 | 101010 | 11100 | 0 | 11101 | 110101 | 1001101 | 11011 | 100100 | 10001 |
Color Harmonies of #3B2A1C
Complementary color
Monochromatic Colors of #3B2A1C
Black with #3B2A1C
Text Example
Text Example
White with #3B2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A1C; }
p { color: rgb(59,42,28); }
H1.HeaderClassName
{
color: #3B2A1C;
}
.AnyTagClassName
{
color: #3B2A1C;
}
</style>
background-color css
<style>
a { background-color: #3B2A1C; }
a { background-color: rgb(59,42,28); }
div.DivClassName
{
background-color: #3B2A1C;
}
.BgClassName
{
background-color: #3B2A1C;
}
</style>
border-color css
<style>
span { border-color: #3B2A1C; }
span { border-color: rgb(59,42,28); }
td.TdClassName
{
border-color: #3B2A1C;
}
.TagClassName
{
border-color: #3B2A1C;
}
</style>