Shades of Bistre #3D291A
Tints of Bistre #3D291A
RGB
CMYK
RGB Variations
Color information
#3D291A (or 0x3D291A) is known color: Bistre. HEX triplet: 3D, 29 and 1A. RGB value is (61,41,26). Sum of RGB (Red+Green+Blue) = 61+41+26=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D291A is #C2D6E5. Grayscale: #2D2D2D. Windows color (decimal): -12768998 or 1714493. OLE color: 1714493.
HSL color Cylindrical-coordinate representation of color #3D291A: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D291A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 26 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.76 |
| HSL | 25.71º | 0.4% | 0.17% | - |
| HSV(B) | 25.71º | 0.57% | 0.24% | - |
| XYZ | 2.9 | 2.65 | 1.34 | - |
| YUV | 45.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 26 | 0 | 0.33 | 0.57 | 0.76 | 25.71 | 0.4 | 0.17 |
| Hex | 3D | 29 | 1A | 0 | 21 | 39 | 4C | 1A | 28 | 11 |
| Octal | 75 | 51 | 32 | 0 | 41 | 71 | 114 | 32 | 50 | 21 |
| Binary | 111101 | 101001 | 11010 | 0 | 100001 | 111001 | 1001100 | 11010 | 101000 | 10001 |
Color Harmonies of #3D291A
Complementary color
Monochromatic Colors of #3D291A
Black with #3D291A
Text Example
Text Example
White with #3D291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D291A; }
p { color: rgb(61,41,26); }
H1.HeaderClassName
{
color: #3D291A;
}
.AnyTagClassName
{
color: #3D291A;
}
</style>
background-color css
<style>
a { background-color: #3D291A; }
a { background-color: rgb(61,41,26); }
div.DivClassName
{
background-color: #3D291A;
}
.BgClassName
{
background-color: #3D291A;
}
</style>
border-color css
<style>
span { border-color: #3D291A; }
span { border-color: rgb(61,41,26); }
td.TdClassName
{
border-color: #3D291A;
}
.TagClassName
{
border-color: #3D291A;
}
</style>