Shades of Wood Bark #33231B
Tints of Wood Bark #33231B
RGB
CMYK
RGB Variations
Color information
#33231B (or 0x33231B) is known color: Wood Bark. HEX triplet: 33, 23 and 1B. RGB value is (51,35,27). Sum of RGB (Red+Green+Blue) = 51+35+27=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33231B is #CCDCE4. Grayscale: #262626. Windows color (decimal): -13425893 or 1778483. OLE color: 1778483.
HSL color Cylindrical-coordinate representation of color #33231B: hue angle of 20º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33231B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 27 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.8 |
| HSL | 20º | 0.31% | 0.15% | - |
| HSV(B) | 20º | 0.47% | 0.2% | - |
| XYZ | 2.16 | 1.99 | 1.31 | - |
| YUV | 38.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 27 | 0 | 0.31 | 0.47 | 0.8 | 20 | 0.31 | 0.15 |
| Hex | 33 | 23 | 1B | 0 | 1F | 2F | 50 | 14 | 1F | F |
| Octal | 63 | 43 | 33 | 0 | 37 | 57 | 120 | 24 | 37 | 17 |
| Binary | 110011 | 100011 | 11011 | 0 | 11111 | 101111 | 1010000 | 10100 | 11111 | 1111 |
Color Harmonies of #33231B
Complementary color
Monochromatic Colors of #33231B
Black with #33231B
Text Example
Text Example
White with #33231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33231B; }
p { color: rgb(51,35,27); }
H1.HeaderClassName
{
color: #33231B;
}
.AnyTagClassName
{
color: #33231B;
}
</style>
background-color css
<style>
a { background-color: #33231B; }
a { background-color: rgb(51,35,27); }
div.DivClassName
{
background-color: #33231B;
}
.BgClassName
{
background-color: #33231B;
}
</style>
border-color css
<style>
span { border-color: #33231B; }
span { border-color: rgb(51,35,27); }
td.TdClassName
{
border-color: #33231B;
}
.TagClassName
{
border-color: #33231B;
}
</style>