Shades of Birch #3F3B33
Tints of Birch #3F3B33
RGB
CMYK
RGB Variations
Color information
#3F3B33 (or 0x3F3B33) is known color: Birch. HEX triplet: 3F, 3B and 33. RGB value is (63,59,51). Sum of RGB (Red+Green+Blue) = 63+59+51=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B33 is #C0C4CC. Grayscale: #3B3B3B. Windows color (decimal): -12633293 or 3357503. OLE color: 3357503.
HSL color Cylindrical-coordinate representation of color #3F3B33: hue angle of 40º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F3B33 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 51 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.75 |
| HSL | 40º | 0.11% | 0.22% | - |
| HSV(B) | 40º | 0.19% | 0.25% | - |
| XYZ | 4.21 | 4.42 | 3.76 | - |
| YUV | 59.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 51 | 0 | 0.06 | 0.19 | 0.75 | 40 | 0.11 | 0.22 |
| Hex | 3F | 3B | 33 | 0 | 6 | 13 | 4B | 28 | B | 16 |
| Octal | 77 | 73 | 63 | 0 | 6 | 23 | 113 | 50 | 13 | 26 |
| Binary | 111111 | 111011 | 110011 | 0 | 110 | 10011 | 1001011 | 101000 | 1011 | 10110 |
Color Harmonies of #3F3B33
Complementary color
Monochromatic Colors of #3F3B33
Black with #3F3B33
Text Example
Text Example
White with #3F3B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B33; }
p { color: rgb(63,59,51); }
H1.HeaderClassName
{
color: #3F3B33;
}
.AnyTagClassName
{
color: #3F3B33;
}
</style>
background-color css
<style>
a { background-color: #3F3B33; }
a { background-color: rgb(63,59,51); }
div.DivClassName
{
background-color: #3F3B33;
}
.BgClassName
{
background-color: #3F3B33;
}
</style>
border-color css
<style>
span { border-color: #3F3B33; }
span { border-color: rgb(63,59,51); }
td.TdClassName
{
border-color: #3F3B33;
}
.TagClassName
{
border-color: #3F3B33;
}
</style>