Shades of Wood Bark #32251F
Tints of Wood Bark #32251F
RGB
CMYK
RGB Variations
Color information
#32251F (or 0x32251F) is known color: Wood Bark. HEX triplet: 32, 25 and 1F. RGB value is (50,37,31). Sum of RGB (Red+Green+Blue) = 50+37+31=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32251F is #CDDAE0. Grayscale: #282828. Windows color (decimal): -13490913 or 2041138. OLE color: 2041138.
HSL color Cylindrical-coordinate representation of color #32251F: hue angle of 18.95º 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 #32251F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 31 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.80 |
| HSL | 18.95º | 0.23% | 0.16% | - |
| HSV(B) | 18.95º | 0.38% | 0.2% | - |
| XYZ | 2.22 | 2.1 | 1.58 | - |
| YUV | 40.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 31 | 0 | 0.26 | 0.38 | 0.80 | 18.95 | 0.23 | 0.16 |
| Hex | 32 | 25 | 1F | 0 | 1A | 26 | 50 | 13 | 17 | 10 |
| Octal | 62 | 45 | 37 | 0 | 32 | 46 | 120 | 23 | 27 | 20 |
| Binary | 110010 | 100101 | 11111 | 0 | 11010 | 100110 | 1010000 | 10011 | 10111 | 10000 |
Color Harmonies of #32251F
Complementary color
Monochromatic Colors of #32251F
Black with #32251F
Text Example
Text Example
White with #32251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32251F; }
p { color: rgb(50,37,31); }
H1.HeaderClassName
{
color: #32251F;
}
.AnyTagClassName
{
color: #32251F;
}
</style>
background-color css
<style>
a { background-color: #32251F; }
a { background-color: rgb(50,37,31); }
div.DivClassName
{
background-color: #32251F;
}
.BgClassName
{
background-color: #32251F;
}
</style>
border-color css
<style>
span { border-color: #32251F; }
span { border-color: rgb(50,37,31); }
td.TdClassName
{
border-color: #32251F;
}
.TagClassName
{
border-color: #32251F;
}
</style>