Shades of Bistre #3C281E
Tints of Bistre #3C281E
RGB
CMYK
RGB Variations
Color information
#3C281E (or 0x3C281E) is known color: Bistre. HEX triplet: 3C, 28 and 1E. RGB value is (60,40,30). Sum of RGB (Red+Green+Blue) = 60+40+30=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C281E is #C3D7E1. Grayscale: #2C2C2C. Windows color (decimal): -12834786 or 1976380. OLE color: 1976380.
HSL color Cylindrical-coordinate representation of color #3C281E: hue angle of 20º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C281E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 30 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.76 |
| HSL | 20º | 0.33% | 0.18% | - |
| HSV(B) | 20º | 0.5% | 0.24% | - |
| XYZ | 2.86 | 2.57 | 1.57 | - |
| YUV | 44.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 30 | 0 | 0.33 | 0.50 | 0.76 | 20 | 0.33 | 0.18 |
| Hex | 3C | 28 | 1E | 0 | 21 | 32 | 4C | 14 | 21 | 12 |
| Octal | 74 | 50 | 36 | 0 | 41 | 62 | 114 | 24 | 41 | 22 |
| Binary | 111100 | 101000 | 11110 | 0 | 100001 | 110010 | 1001100 | 10100 | 100001 | 10010 |
Color Harmonies of #3C281E
Complementary color
Monochromatic Colors of #3C281E
Black with #3C281E
Text Example
Text Example
White with #3C281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C281E; }
p { color: rgb(60,40,30); }
H1.HeaderClassName
{
color: #3C281E;
}
.AnyTagClassName
{
color: #3C281E;
}
</style>
background-color css
<style>
a { background-color: #3C281E; }
a { background-color: rgb(60,40,30); }
div.DivClassName
{
background-color: #3C281E;
}
.BgClassName
{
background-color: #3C281E;
}
</style>
border-color css
<style>
span { border-color: #3C281E; }
span { border-color: rgb(60,40,30); }
td.TdClassName
{
border-color: #3C281E;
}
.TagClassName
{
border-color: #3C281E;
}
</style>