Shades of Woodsmoke #283330
Tints of Woodsmoke #283330
RGB
CMYK
RGB Variations
Color information
#283330 (or 0x283330) is known color: Woodsmoke. HEX triplet: 28, 33 and 30. RGB value is (40,51,48). Sum of RGB (Red+Green+Blue) = 40+51+48=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 51 - color contains mainly: green. Hex color #283330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283330 is #D7CCCF. Grayscale: #2F2F2F. Windows color (decimal): -14142672 or 3158824. OLE color: 3158824.
HSL color Cylindrical-coordinate representation of color #283330: hue angle of 163.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #283330 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 51 | 48 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.8 |
| HSL | 163.64º | 0.12% | 0.18% | - |
| HSV(B) | 163.64º | 0.22% | 0.2% | - |
| XYZ | 2.59 | 3.03 | 3.24 | - |
| YUV | 47.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 48 | 0.22 | 0 | 0.06 | 0.8 | 163.64 | 0.12 | 0.18 |
| Hex | 28 | 33 | 30 | 16 | 0 | 6 | 50 | A4 | C | 12 |
| Octal | 50 | 63 | 60 | 26 | 0 | 6 | 120 | 244 | 14 | 22 |
| Binary | 101000 | 110011 | 110000 | 10110 | 0 | 110 | 1010000 | 10100100 | 1100 | 10010 |
Color Harmonies of #283330
Complementary color
Monochromatic Colors of #283330
Black with #283330
Text Example
Text Example
White with #283330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283330; }
p { color: rgb(40,51,48); }
H1.HeaderClassName
{
color: #283330;
}
.AnyTagClassName
{
color: #283330;
}
</style>
background-color css
<style>
a { background-color: #283330; }
a { background-color: rgb(40,51,48); }
div.DivClassName
{
background-color: #283330;
}
.BgClassName
{
background-color: #283330;
}
</style>
border-color css
<style>
span { border-color: #283330; }
span { border-color: rgb(40,51,48); }
td.TdClassName
{
border-color: #283330;
}
.TagClassName
{
border-color: #283330;
}
</style>