Shades of Wood Bark #30211D
Tints of Wood Bark #30211D
RGB
CMYK
RGB Variations
Color information
#30211D (or 0x30211D) is known color: Wood Bark. HEX triplet: 30, 21 and 1D. RGB value is (48,33,29). Sum of RGB (Red+Green+Blue) = 48+33+29=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30211D is #CFDEE2. Grayscale: #252525. Windows color (decimal): -13623011 or 1909040. OLE color: 1909040.
HSL color Cylindrical-coordinate representation of color #30211D: hue angle of 12.63º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30211D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 29 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.81 |
| HSL | 12.63º | 0.25% | 0.15% | - |
| HSV(B) | 12.63º | 0.4% | 0.19% | - |
| XYZ | 1.98 | 1.8 | 1.41 | - |
| YUV | 37.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 29 | 0 | 0.31 | 0.40 | 0.81 | 12.63 | 0.25 | 0.15 |
| Hex | 30 | 21 | 1D | 0 | 1F | 28 | 51 | D | 19 | F |
| Octal | 60 | 41 | 35 | 0 | 37 | 50 | 121 | 15 | 31 | 17 |
| Binary | 110000 | 100001 | 11101 | 0 | 11111 | 101000 | 1010001 | 1101 | 11001 | 1111 |
Color Harmonies of #30211D
Complementary color
Monochromatic Colors of #30211D
Black with #30211D
Text Example
Text Example
White with #30211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30211D; }
p { color: rgb(48,33,29); }
H1.HeaderClassName
{
color: #30211D;
}
.AnyTagClassName
{
color: #30211D;
}
</style>
background-color css
<style>
a { background-color: #30211D; }
a { background-color: rgb(48,33,29); }
div.DivClassName
{
background-color: #30211D;
}
.BgClassName
{
background-color: #30211D;
}
</style>
border-color css
<style>
span { border-color: #30211D; }
span { border-color: rgb(48,33,29); }
td.TdClassName
{
border-color: #30211D;
}
.TagClassName
{
border-color: #30211D;
}
</style>