Shades of Birch #3F382B
Tints of Birch #3F382B
RGB
CMYK
RGB Variations
Color information
#3F382B (or 0x3F382B) is known color: Birch. HEX triplet: 3F, 38 and 2B. RGB value is (63,56,43). Sum of RGB (Red+Green+Blue) = 63+56+43=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F382B is #C0C7D4. Grayscale: #383838. Windows color (decimal): -12634069 or 2832447. OLE color: 2832447.
HSL color Cylindrical-coordinate representation of color #3F382B: hue angle of 39º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F382B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 43 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.75 |
| HSL | 39º | 0.19% | 0.21% | - |
| HSV(B) | 39º | 0.32% | 0.25% | - |
| XYZ | 3.9 | 4.06 | 2.86 | - |
| YUV | 56.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 43 | 0 | 0.11 | 0.32 | 0.75 | 39 | 0.19 | 0.21 |
| Hex | 3F | 38 | 2B | 0 | B | 20 | 4B | 27 | 13 | 15 |
| Octal | 77 | 70 | 53 | 0 | 13 | 40 | 113 | 47 | 23 | 25 |
| Binary | 111111 | 111000 | 101011 | 0 | 1011 | 100000 | 1001011 | 100111 | 10011 | 10101 |
Color Harmonies of #3F382B
Complementary color
Monochromatic Colors of #3F382B
Black with #3F382B
Text Example
Text Example
White with #3F382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F382B; }
p { color: rgb(63,56,43); }
H1.HeaderClassName
{
color: #3F382B;
}
.AnyTagClassName
{
color: #3F382B;
}
</style>
background-color css
<style>
a { background-color: #3F382B; }
a { background-color: rgb(63,56,43); }
div.DivClassName
{
background-color: #3F382B;
}
.BgClassName
{
background-color: #3F382B;
}
</style>
border-color css
<style>
span { border-color: #3F382B; }
span { border-color: rgb(63,56,43); }
td.TdClassName
{
border-color: #3F382B;
}
.TagClassName
{
border-color: #3F382B;
}
</style>