Shades of Bistre #3F291E
Tints of Bistre #3F291E
RGB
CMYK
RGB Variations
Color information
#3F291E (or 0x3F291E) is known color: Bistre. HEX triplet: 3F, 29 and 1E. RGB value is (63,41,30). Sum of RGB (Red+Green+Blue) = 63+41+30=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F291E is #C0D6E1. Grayscale: #2E2E2E. Windows color (decimal): -12637922 or 1976639. OLE color: 1976639.
HSL color Cylindrical-coordinate representation of color #3F291E: hue angle of 20º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F291E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 30 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.75 |
| HSL | 20º | 0.35% | 0.18% | - |
| HSV(B) | 20º | 0.52% | 0.25% | - |
| XYZ | 3.08 | 2.74 | 1.59 | - |
| YUV | 46.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 30 | 0 | 0.35 | 0.52 | 0.75 | 20 | 0.35 | 0.18 |
| Hex | 3F | 29 | 1E | 0 | 23 | 34 | 4B | 14 | 23 | 12 |
| Octal | 77 | 51 | 36 | 0 | 43 | 64 | 113 | 24 | 43 | 22 |
| Binary | 111111 | 101001 | 11110 | 0 | 100011 | 110100 | 1001011 | 10100 | 100011 | 10010 |
Color Harmonies of #3F291E
Complementary color
Monochromatic Colors of #3F291E
Black with #3F291E
Text Example
Text Example
White with #3F291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F291E; }
p { color: rgb(63,41,30); }
H1.HeaderClassName
{
color: #3F291E;
}
.AnyTagClassName
{
color: #3F291E;
}
</style>
background-color css
<style>
a { background-color: #3F291E; }
a { background-color: rgb(63,41,30); }
div.DivClassName
{
background-color: #3F291E;
}
.BgClassName
{
background-color: #3F291E;
}
</style>
border-color css
<style>
span { border-color: #3F291E; }
span { border-color: rgb(63,41,30); }
td.TdClassName
{
border-color: #3F291E;
}
.TagClassName
{
border-color: #3F291E;
}
</style>