Shades of Wood Bark #32241F
Tints of Wood Bark #32241F
RGB
CMYK
RGB Variations
Color information
#32241F (or 0x32241F) is known color: Wood Bark. HEX triplet: 32, 24 and 1F. RGB value is (50,36,31). Sum of RGB (Red+Green+Blue) = 50+36+31=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #32241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32241F is #CDDBE0. Grayscale: #272727. Windows color (decimal): -13491169 or 2040882. OLE color: 2040882.
HSL color Cylindrical-coordinate representation of color #32241F: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32241F is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 31 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.80 |
| HSL | 15.79º | 0.23% | 0.16% | - |
| HSV(B) | 15.79º | 0.38% | 0.2% | - |
| XYZ | 2.19 | 2.04 | 1.57 | - |
| YUV | 39.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 31 | 0 | 0.28 | 0.38 | 0.80 | 15.79 | 0.23 | 0.16 |
| Hex | 32 | 24 | 1F | 0 | 1C | 26 | 50 | 10 | 17 | 10 |
| Octal | 62 | 44 | 37 | 0 | 34 | 46 | 120 | 20 | 27 | 20 |
| Binary | 110010 | 100100 | 11111 | 0 | 11100 | 100110 | 1010000 | 10000 | 10111 | 10000 |
Color Harmonies of #32241F
Complementary color
Monochromatic Colors of #32241F
Black with #32241F
Text Example
Text Example
White with #32241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32241F; }
p { color: rgb(50,36,31); }
H1.HeaderClassName
{
color: #32241F;
}
.AnyTagClassName
{
color: #32241F;
}
</style>
background-color css
<style>
a { background-color: #32241F; }
a { background-color: rgb(50,36,31); }
div.DivClassName
{
background-color: #32241F;
}
.BgClassName
{
background-color: #32241F;
}
</style>
border-color css
<style>
span { border-color: #32241F; }
span { border-color: rgb(50,36,31); }
td.TdClassName
{
border-color: #32241F;
}
.TagClassName
{
border-color: #32241F;
}
</style>