Shades of Bistre #3D271B
Tints of Bistre #3D271B
RGB
CMYK
RGB Variations
Color information
#3D271B (or 0x3D271B) is known color: Bistre. HEX triplet: 3D, 27 and 1B. RGB value is (61,39,27). Sum of RGB (Red+Green+Blue) = 61+39+27=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D271B is #C2D8E4. Grayscale: #2C2C2C. Windows color (decimal): -12769509 or 1779517. OLE color: 1779517.
HSL color Cylindrical-coordinate representation of color #3D271B: hue angle of 21.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D271B is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 27 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.76 |
| HSL | 21.18º | 0.39% | 0.17% | - |
| HSV(B) | 21.18º | 0.56% | 0.24% | - |
| XYZ | 2.85 | 2.52 | 1.37 | - |
| YUV | 44.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 27 | 0 | 0.36 | 0.56 | 0.76 | 21.18 | 0.39 | 0.17 |
| Hex | 3D | 27 | 1B | 0 | 24 | 38 | 4C | 15 | 27 | 11 |
| Octal | 75 | 47 | 33 | 0 | 44 | 70 | 114 | 25 | 47 | 21 |
| Binary | 111101 | 100111 | 11011 | 0 | 100100 | 111000 | 1001100 | 10101 | 100111 | 10001 |
Color Harmonies of #3D271B
Complementary color
Monochromatic Colors of #3D271B
Black with #3D271B
Text Example
Text Example
White with #3D271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D271B; }
p { color: rgb(61,39,27); }
H1.HeaderClassName
{
color: #3D271B;
}
.AnyTagClassName
{
color: #3D271B;
}
</style>
background-color css
<style>
a { background-color: #3D271B; }
a { background-color: rgb(61,39,27); }
div.DivClassName
{
background-color: #3D271B;
}
.BgClassName
{
background-color: #3D271B;
}
</style>
border-color css
<style>
span { border-color: #3D271B; }
span { border-color: rgb(61,39,27); }
td.TdClassName
{
border-color: #3D271B;
}
.TagClassName
{
border-color: #3D271B;
}
</style>