Shades of Woodsmoke #333A38
Tints of Woodsmoke #333A38
RGB
CMYK
RGB Variations
Color information
#333A38 (or 0x333A38) is known color: Woodsmoke. HEX triplet: 33, 3A and 38. RGB value is (51,58,56). Sum of RGB (Red+Green+Blue) = 51+58+56=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #333A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A38 is #CCC5C7. Grayscale: #373737. Windows color (decimal): -13419976 or 3684915. OLE color: 3684915.
HSL color Cylindrical-coordinate representation of color #333A38: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #333A38 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 58 | 56 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.77 |
| HSL | 162.86º | 0.06% | 0.21% | - |
| HSV(B) | 162.86º | 0.12% | 0.23% | - |
| XYZ | 3.59 | 4.02 | 4.33 | - |
| YUV | 55.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 56 | 0.12 | 0 | 0.03 | 0.77 | 162.86 | 0.06 | 0.21 |
| Hex | 33 | 3A | 38 | C | 0 | 3 | 4D | A3 | 6 | 15 |
| Octal | 63 | 72 | 70 | 14 | 0 | 3 | 115 | 243 | 6 | 25 |
| Binary | 110011 | 111010 | 111000 | 1100 | 0 | 11 | 1001101 | 10100011 | 110 | 10101 |
Color Harmonies of #333A38
Complementary color
Monochromatic Colors of #333A38
Black with #333A38
Text Example
Text Example
White with #333A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A38; }
p { color: rgb(51,58,56); }
H1.HeaderClassName
{
color: #333A38;
}
.AnyTagClassName
{
color: #333A38;
}
</style>
background-color css
<style>
a { background-color: #333A38; }
a { background-color: rgb(51,58,56); }
div.DivClassName
{
background-color: #333A38;
}
.BgClassName
{
background-color: #333A38;
}
</style>
border-color css
<style>
span { border-color: #333A38; }
span { border-color: rgb(51,58,56); }
td.TdClassName
{
border-color: #333A38;
}
.TagClassName
{
border-color: #333A38;
}
</style>