Shades of Bistre #3D281A
Tints of Bistre #3D281A
RGB
CMYK
RGB Variations
Color information
#3D281A (or 0x3D281A) is known color: Bistre. HEX triplet: 3D, 28 and 1A. RGB value is (61,40,26). Sum of RGB (Red+Green+Blue) = 61+40+26=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D281A is #C2D7E5. Grayscale: #2C2C2C. Windows color (decimal): -12769254 or 1714237. OLE color: 1714237.
HSL color Cylindrical-coordinate representation of color #3D281A: hue angle of 24º 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 #3D281A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 26 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.76 |
| HSL | 24º | 0.4% | 0.17% | - |
| HSV(B) | 24º | 0.57% | 0.24% | - |
| XYZ | 2.87 | 2.58 | 1.32 | - |
| YUV | 44.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 26 | 0 | 0.34 | 0.57 | 0.76 | 24 | 0.4 | 0.17 |
| Hex | 3D | 28 | 1A | 0 | 22 | 39 | 4C | 18 | 28 | 11 |
| Octal | 75 | 50 | 32 | 0 | 42 | 71 | 114 | 30 | 50 | 21 |
| Binary | 111101 | 101000 | 11010 | 0 | 100010 | 111001 | 1001100 | 11000 | 101000 | 10001 |
Color Harmonies of #3D281A
Complementary color
Monochromatic Colors of #3D281A
Black with #3D281A
Text Example
Text Example
White with #3D281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D281A; }
p { color: rgb(61,40,26); }
H1.HeaderClassName
{
color: #3D281A;
}
.AnyTagClassName
{
color: #3D281A;
}
</style>
background-color css
<style>
a { background-color: #3D281A; }
a { background-color: rgb(61,40,26); }
div.DivClassName
{
background-color: #3D281A;
}
.BgClassName
{
background-color: #3D281A;
}
</style>
border-color css
<style>
span { border-color: #3D281A; }
span { border-color: rgb(61,40,26); }
td.TdClassName
{
border-color: #3D281A;
}
.TagClassName
{
border-color: #3D281A;
}
</style>