Shades of Bistre #3F271A
Tints of Bistre #3F271A
RGB
CMYK
RGB Variations
Color information
#3F271A (or 0x3F271A) is known color: Bistre. HEX triplet: 3F, 27 and 1A. RGB value is (63,39,26). Sum of RGB (Red+Green+Blue) = 63+39+26=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F271A is #C0D8E5. Grayscale: #2C2C2C. Windows color (decimal): -12638438 or 1713983. OLE color: 1713983.
HSL color Cylindrical-coordinate representation of color #3F271A: hue angle of 21.08º 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 #3F271A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 26 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.75 |
| HSL | 21.08º | 0.42% | 0.17% | - |
| HSV(B) | 21.08º | 0.59% | 0.25% | - |
| XYZ | 2.96 | 2.58 | 1.32 | - |
| YUV | 44.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 26 | 0 | 0.38 | 0.59 | 0.75 | 21.08 | 0.42 | 0.17 |
| Hex | 3F | 27 | 1A | 0 | 26 | 3B | 4B | 15 | 2A | 11 |
| Octal | 77 | 47 | 32 | 0 | 46 | 73 | 113 | 25 | 52 | 21 |
| Binary | 111111 | 100111 | 11010 | 0 | 100110 | 111011 | 1001011 | 10101 | 101010 | 10001 |
Color Harmonies of #3F271A
Complementary color
Monochromatic Colors of #3F271A
Black with #3F271A
Text Example
Text Example
White with #3F271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F271A; }
p { color: rgb(63,39,26); }
H1.HeaderClassName
{
color: #3F271A;
}
.AnyTagClassName
{
color: #3F271A;
}
</style>
background-color css
<style>
a { background-color: #3F271A; }
a { background-color: rgb(63,39,26); }
div.DivClassName
{
background-color: #3F271A;
}
.BgClassName
{
background-color: #3F271A;
}
</style>
border-color css
<style>
span { border-color: #3F271A; }
span { border-color: rgb(63,39,26); }
td.TdClassName
{
border-color: #3F271A;
}
.TagClassName
{
border-color: #3F271A;
}
</style>