Shades of Bistre #3F281C
Tints of Bistre #3F281C
RGB
CMYK
RGB Variations
Color information
#3F281C (or 0x3F281C) is known color: Bistre. HEX triplet: 3F, 28 and 1C. RGB value is (63,40,28). Sum of RGB (Red+Green+Blue) = 63+40+28=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F281C is #C0D7E3. Grayscale: #2D2D2D. Windows color (decimal): -12638180 or 1845311. OLE color: 1845311.
HSL color Cylindrical-coordinate representation of color #3F281C: hue angle of 20.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F281C is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 28 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.75 |
| HSL | 20.57º | 0.38% | 0.18% | - |
| HSV(B) | 20.57º | 0.56% | 0.25% | - |
| XYZ | 3.02 | 2.66 | 1.45 | - |
| YUV | 45.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 28 | 0 | 0.37 | 0.56 | 0.75 | 20.57 | 0.38 | 0.18 |
| Hex | 3F | 28 | 1C | 0 | 25 | 38 | 4B | 15 | 26 | 12 |
| Octal | 77 | 50 | 34 | 0 | 45 | 70 | 113 | 25 | 46 | 22 |
| Binary | 111111 | 101000 | 11100 | 0 | 100101 | 111000 | 1001011 | 10101 | 100110 | 10010 |
Color Harmonies of #3F281C
Complementary color
Monochromatic Colors of #3F281C
Black with #3F281C
Text Example
Text Example
White with #3F281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F281C; }
p { color: rgb(63,40,28); }
H1.HeaderClassName
{
color: #3F281C;
}
.AnyTagClassName
{
color: #3F281C;
}
</style>
background-color css
<style>
a { background-color: #3F281C; }
a { background-color: rgb(63,40,28); }
div.DivClassName
{
background-color: #3F281C;
}
.BgClassName
{
background-color: #3F281C;
}
</style>
border-color css
<style>
span { border-color: #3F281C; }
span { border-color: rgb(63,40,28); }
td.TdClassName
{
border-color: #3F281C;
}
.TagClassName
{
border-color: #3F281C;
}
</style>