Shades of Bistre #3C271B
Tints of Bistre #3C271B
RGB
CMYK
RGB Variations
Color information
#3C271B (or 0x3C271B) is known color: Bistre. HEX triplet: 3C, 27 and 1B. RGB value is (60,39,27). Sum of RGB (Red+Green+Blue) = 60+39+27=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C271B is #C3D8E4. Grayscale: #2B2B2B. Windows color (decimal): -12835045 or 1779516. OLE color: 1779516.
HSL color Cylindrical-coordinate representation of color #3C271B: hue angle of 21.82º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C271B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 39 | 27 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.76 |
| HSL | 21.82º | 0.38% | 0.17% | - |
| HSV(B) | 21.82º | 0.55% | 0.24% | - |
| XYZ | 2.79 | 2.49 | 1.37 | - |
| YUV | 43.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 27 | 0 | 0.35 | 0.55 | 0.76 | 21.82 | 0.38 | 0.17 |
| Hex | 3C | 27 | 1B | 0 | 23 | 37 | 4C | 16 | 26 | 11 |
| Octal | 74 | 47 | 33 | 0 | 43 | 67 | 114 | 26 | 46 | 21 |
| Binary | 111100 | 100111 | 11011 | 0 | 100011 | 110111 | 1001100 | 10110 | 100110 | 10001 |
Color Harmonies of #3C271B
Complementary color
Monochromatic Colors of #3C271B
Black with #3C271B
Text Example
Text Example
White with #3C271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C271B; }
p { color: rgb(60,39,27); }
H1.HeaderClassName
{
color: #3C271B;
}
.AnyTagClassName
{
color: #3C271B;
}
</style>
background-color css
<style>
a { background-color: #3C271B; }
a { background-color: rgb(60,39,27); }
div.DivClassName
{
background-color: #3C271B;
}
.BgClassName
{
background-color: #3C271B;
}
</style>
border-color css
<style>
span { border-color: #3C271B; }
span { border-color: rgb(60,39,27); }
td.TdClassName
{
border-color: #3C271B;
}
.TagClassName
{
border-color: #3C271B;
}
</style>