Shades of Bistre #3F2B1A
Tints of Bistre #3F2B1A
RGB
CMYK
RGB Variations
Color information
#3F2B1A (or 0x3F2B1A) is known color: Bistre. HEX triplet: 3F, 2B and 1A. RGB value is (63,43,26). Sum of RGB (Red+Green+Blue) = 63+43+26=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B1A is #C0D4E5. Grayscale: #2F2F2F. Windows color (decimal): -12637414 or 1715007. OLE color: 1715007.
HSL color Cylindrical-coordinate representation of color #3F2B1A: hue angle of 27.57º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F2B1A is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 26 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.75 |
| HSL | 27.57º | 0.42% | 0.17% | - |
| HSV(B) | 27.57º | 0.59% | 0.25% | - |
| XYZ | 3.1 | 2.86 | 1.37 | - |
| YUV | 47.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 26 | 0 | 0.32 | 0.59 | 0.75 | 27.57 | 0.42 | 0.17 |
| Hex | 3F | 2B | 1A | 0 | 20 | 3B | 4B | 1C | 2A | 11 |
| Octal | 77 | 53 | 32 | 0 | 40 | 73 | 113 | 34 | 52 | 21 |
| Binary | 111111 | 101011 | 11010 | 0 | 100000 | 111011 | 1001011 | 11100 | 101010 | 10001 |
Color Harmonies of #3F2B1A
Complementary color
Monochromatic Colors of #3F2B1A
Black with #3F2B1A
Text Example
Text Example
White with #3F2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B1A; }
p { color: rgb(63,43,26); }
H1.HeaderClassName
{
color: #3F2B1A;
}
.AnyTagClassName
{
color: #3F2B1A;
}
</style>
background-color css
<style>
a { background-color: #3F2B1A; }
a { background-color: rgb(63,43,26); }
div.DivClassName
{
background-color: #3F2B1A;
}
.BgClassName
{
background-color: #3F2B1A;
}
</style>
border-color css
<style>
span { border-color: #3F2B1A; }
span { border-color: rgb(63,43,26); }
td.TdClassName
{
border-color: #3F2B1A;
}
.TagClassName
{
border-color: #3F2B1A;
}
</style>