Shades of Bistre #3B281C
Tints of Bistre #3B281C
RGB
CMYK
RGB Variations
Color information
#3B281C (or 0x3B281C) is known color: Bistre. HEX triplet: 3B, 28 and 1C. RGB value is (59,40,28). Sum of RGB (Red+Green+Blue) = 59+40+28=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B281C is #C4D7E3. Grayscale: #2C2C2C. Windows color (decimal): -12900324 or 1845307. OLE color: 1845307.
HSL color Cylindrical-coordinate representation of color #3B281C: hue angle of 23.23º 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 #3B281C is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 28 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.77 |
| HSL | 23.23º | 0.36% | 0.17% | - |
| HSV(B) | 23.23º | 0.53% | 0.23% | - |
| XYZ | 2.77 | 2.53 | 1.44 | - |
| YUV | 44.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 28 | 0 | 0.32 | 0.53 | 0.77 | 23.23 | 0.36 | 0.17 |
| Hex | 3B | 28 | 1C | 0 | 20 | 35 | 4D | 17 | 24 | 11 |
| Octal | 73 | 50 | 34 | 0 | 40 | 65 | 115 | 27 | 44 | 21 |
| Binary | 111011 | 101000 | 11100 | 0 | 100000 | 110101 | 1001101 | 10111 | 100100 | 10001 |
Color Harmonies of #3B281C
Complementary color
Monochromatic Colors of #3B281C
Black with #3B281C
Text Example
Text Example
White with #3B281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B281C; }
p { color: rgb(59,40,28); }
H1.HeaderClassName
{
color: #3B281C;
}
.AnyTagClassName
{
color: #3B281C;
}
</style>
background-color css
<style>
a { background-color: #3B281C; }
a { background-color: rgb(59,40,28); }
div.DivClassName
{
background-color: #3B281C;
}
.BgClassName
{
background-color: #3B281C;
}
</style>
border-color css
<style>
span { border-color: #3B281C; }
span { border-color: rgb(59,40,28); }
td.TdClassName
{
border-color: #3B281C;
}
.TagClassName
{
border-color: #3B281C;
}
</style>