Shades of Bistre #3F2A13
Tints of Bistre #3F2A13
RGB
CMYK
RGB Variations
Color information
#3F2A13 (or 0x3F2A13) is known color: Bistre. HEX triplet: 3F, 2A and 13. RGB value is (63,42,19). Sum of RGB (Red+Green+Blue) = 63+42+19=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A13 is #C0D5EC. Grayscale: #2D2D2D. Windows color (decimal): -12637677 or 1255999. OLE color: 1255999.
HSL color Cylindrical-coordinate representation of color #3F2A13: hue angle of 31.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2A13 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 19 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.75 |
| HSL | 31.36º | 0.54% | 0.16% | - |
| HSV(B) | 31.36º | 0.7% | 0.25% | - |
| XYZ | 3 | 2.76 | 0.99 | - |
| YUV | 45.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 19 | 0 | 0.33 | 0.70 | 0.75 | 31.36 | 0.54 | 0.16 |
| Hex | 3F | 2A | 13 | 0 | 21 | 46 | 4B | 1F | 36 | 10 |
| Octal | 77 | 52 | 23 | 0 | 41 | 106 | 113 | 37 | 66 | 20 |
| Binary | 111111 | 101010 | 10011 | 0 | 100001 | 1000110 | 1001011 | 11111 | 110110 | 10000 |
Color Harmonies of #3F2A13
Complementary color
Monochromatic Colors of #3F2A13
Black with #3F2A13
Text Example
Text Example
White with #3F2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A13; }
p { color: rgb(63,42,19); }
H1.HeaderClassName
{
color: #3F2A13;
}
.AnyTagClassName
{
color: #3F2A13;
}
</style>
background-color css
<style>
a { background-color: #3F2A13; }
a { background-color: rgb(63,42,19); }
div.DivClassName
{
background-color: #3F2A13;
}
.BgClassName
{
background-color: #3F2A13;
}
</style>
border-color css
<style>
span { border-color: #3F2A13; }
span { border-color: rgb(63,42,19); }
td.TdClassName
{
border-color: #3F2A13;
}
.TagClassName
{
border-color: #3F2A13;
}
</style>