Shades of Woodsmoke #303634
Tints of Woodsmoke #303634
RGB
CMYK
RGB Variations
Color information
#303634 (or 0x303634) is known color: Woodsmoke. HEX triplet: 30, 36 and 34. RGB value is (48,54,52). Sum of RGB (Red+Green+Blue) = 48+54+52=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 54 - color contains mainly: green. Hex color #303634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303634 is #CFC9CB. Grayscale: #333333. Windows color (decimal): -13617612 or 3421744. OLE color: 3421744.
HSL color Cylindrical-coordinate representation of color #303634: hue angle of 160º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303634 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 52 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.79 |
| HSL | 160º | 0.06% | 0.2% | - |
| HSV(B) | 160º | 0.11% | 0.21% | - |
| XYZ | 3.16 | 3.51 | 3.76 | - |
| YUV | 51.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 52 | 0.11 | 0 | 0.04 | 0.79 | 160 | 0.06 | 0.2 |
| Hex | 30 | 36 | 34 | B | 0 | 4 | 4F | A0 | 6 | 14 |
| Octal | 60 | 66 | 64 | 13 | 0 | 4 | 117 | 240 | 6 | 24 |
| Binary | 110000 | 110110 | 110100 | 1011 | 0 | 100 | 1001111 | 10100000 | 110 | 10100 |
Color Harmonies of #303634
Complementary color
Monochromatic Colors of #303634
Black with #303634
Text Example
Text Example
White with #303634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303634; }
p { color: rgb(48,54,52); }
H1.HeaderClassName
{
color: #303634;
}
.AnyTagClassName
{
color: #303634;
}
</style>
background-color css
<style>
a { background-color: #303634; }
a { background-color: rgb(48,54,52); }
div.DivClassName
{
background-color: #303634;
}
.BgClassName
{
background-color: #303634;
}
</style>
border-color css
<style>
span { border-color: #303634; }
span { border-color: rgb(48,54,52); }
td.TdClassName
{
border-color: #303634;
}
.TagClassName
{
border-color: #303634;
}
</style>