Shades of Bistre #3F291B
Tints of Bistre #3F291B
RGB
CMYK
RGB Variations
Color information
#3F291B (or 0x3F291B) is known color: Bistre. HEX triplet: 3F, 29 and 1B. RGB value is (63,41,27). Sum of RGB (Red+Green+Blue) = 63+41+27=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F291B is #C0D6E4. Grayscale: #2E2E2E. Windows color (decimal): -12637925 or 1780031. OLE color: 1780031.
HSL color Cylindrical-coordinate representation of color #3F291B: hue angle of 23.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F291B is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 27 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.75 |
| HSL | 23.33º | 0.4% | 0.18% | - |
| HSV(B) | 23.33º | 0.57% | 0.25% | - |
| XYZ | 3.04 | 2.72 | 1.4 | - |
| YUV | 45.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 27 | 0 | 0.35 | 0.57 | 0.75 | 23.33 | 0.4 | 0.18 |
| Hex | 3F | 29 | 1B | 0 | 23 | 39 | 4B | 17 | 28 | 12 |
| Octal | 77 | 51 | 33 | 0 | 43 | 71 | 113 | 27 | 50 | 22 |
| Binary | 111111 | 101001 | 11011 | 0 | 100011 | 111001 | 1001011 | 10111 | 101000 | 10010 |
Color Harmonies of #3F291B
Complementary color
Monochromatic Colors of #3F291B
Black with #3F291B
Text Example
Text Example
White with #3F291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F291B; }
p { color: rgb(63,41,27); }
H1.HeaderClassName
{
color: #3F291B;
}
.AnyTagClassName
{
color: #3F291B;
}
</style>
background-color css
<style>
a { background-color: #3F291B; }
a { background-color: rgb(63,41,27); }
div.DivClassName
{
background-color: #3F291B;
}
.BgClassName
{
background-color: #3F291B;
}
</style>
border-color css
<style>
span { border-color: #3F291B; }
span { border-color: rgb(63,41,27); }
td.TdClassName
{
border-color: #3F291B;
}
.TagClassName
{
border-color: #3F291B;
}
</style>