Shades of Bistre #3F281B
Tints of Bistre #3F281B
RGB
CMYK
RGB Variations
Color information
#3F281B (or 0x3F281B) is known color: Bistre. HEX triplet: 3F, 28 and 1B. RGB value is (63,40,27). Sum of RGB (Red+Green+Blue) = 63+40+27=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F281B is #C0D7E4. Grayscale: #2D2D2D. Windows color (decimal): -12638181 or 1779775. OLE color: 1779775.
HSL color Cylindrical-coordinate representation of color #3F281B: hue angle of 21.67º 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 #3F281B is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 27 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.75 |
| HSL | 21.67º | 0.4% | 0.18% | - |
| HSV(B) | 21.67º | 0.57% | 0.25% | - |
| XYZ | 3.01 | 2.65 | 1.39 | - |
| YUV | 45.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 27 | 0 | 0.37 | 0.57 | 0.75 | 21.67 | 0.4 | 0.18 |
| Hex | 3F | 28 | 1B | 0 | 25 | 39 | 4B | 16 | 28 | 12 |
| Octal | 77 | 50 | 33 | 0 | 45 | 71 | 113 | 26 | 50 | 22 |
| Binary | 111111 | 101000 | 11011 | 0 | 100101 | 111001 | 1001011 | 10110 | 101000 | 10010 |
Color Harmonies of #3F281B
Complementary color
Monochromatic Colors of #3F281B
Black with #3F281B
Text Example
Text Example
White with #3F281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F281B; }
p { color: rgb(63,40,27); }
H1.HeaderClassName
{
color: #3F281B;
}
.AnyTagClassName
{
color: #3F281B;
}
</style>
background-color css
<style>
a { background-color: #3F281B; }
a { background-color: rgb(63,40,27); }
div.DivClassName
{
background-color: #3F281B;
}
.BgClassName
{
background-color: #3F281B;
}
</style>
border-color css
<style>
span { border-color: #3F281B; }
span { border-color: rgb(63,40,27); }
td.TdClassName
{
border-color: #3F281B;
}
.TagClassName
{
border-color: #3F281B;
}
</style>