Shades of Woodrush #3F3E3A
Tints of Woodrush #3F3E3A
RGB
CMYK
RGB Variations
Color information
#3F3E3A (or 0x3F3E3A) is known color: Woodrush. HEX triplet: 3F, 3E and 3A. RGB value is (63,62,58). Sum of RGB (Red+Green+Blue) = 63+62+58=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E3A is #C0C1C5. Grayscale: #3D3D3D. Windows color (decimal): -12632518 or 3817023. OLE color: 3817023.
HSL color Cylindrical-coordinate representation of color #3F3E3A: hue angle of 48º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3F3E3A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 62 | 58 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.75 |
| HSL | 48º | 0.04% | 0.24% | - |
| HSV(B) | 48º | 0.08% | 0.25% | - |
| XYZ | 4.54 | 4.81 | 4.69 | - |
| YUV | 61.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 58 | 0 | 0.02 | 0.08 | 0.75 | 48 | 0.04 | 0.24 |
| Hex | 3F | 3E | 3A | 0 | 2 | 8 | 4B | 30 | 4 | 18 |
| Octal | 77 | 76 | 72 | 0 | 2 | 10 | 113 | 60 | 4 | 30 |
| Binary | 111111 | 111110 | 111010 | 0 | 10 | 1000 | 1001011 | 110000 | 100 | 11000 |
Color Harmonies of #3F3E3A
Complementary color
Monochromatic Colors of #3F3E3A
Black with #3F3E3A
Text Example
Text Example
White with #3F3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E3A; }
p { color: rgb(63,62,58); }
H1.HeaderClassName
{
color: #3F3E3A;
}
.AnyTagClassName
{
color: #3F3E3A;
}
</style>
background-color css
<style>
a { background-color: #3F3E3A; }
a { background-color: rgb(63,62,58); }
div.DivClassName
{
background-color: #3F3E3A;
}
.BgClassName
{
background-color: #3F3E3A;
}
</style>
border-color css
<style>
span { border-color: #3F3E3A; }
span { border-color: rgb(63,62,58); }
td.TdClassName
{
border-color: #3F3E3A;
}
.TagClassName
{
border-color: #3F3E3A;
}
</style>