Shades of Wood Bark #30221D
Tints of Wood Bark #30221D
RGB
CMYK
RGB Variations
Color information
#30221D (or 0x30221D) is known color: Wood Bark. HEX triplet: 30, 22 and 1D. RGB value is (48,34,29). Sum of RGB (Red+Green+Blue) = 48+34+29=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30221D is #CFDDE2. Grayscale: #252525. Windows color (decimal): -13622755 or 1909296. OLE color: 1909296.
HSL color Cylindrical-coordinate representation of color #30221D: hue angle of 15.79º 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 #30221D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 29 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.81 |
| HSL | 15.79º | 0.25% | 0.15% | - |
| HSV(B) | 15.79º | 0.4% | 0.19% | - |
| XYZ | 2.01 | 1.86 | 1.42 | - |
| YUV | 37.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 29 | 0 | 0.29 | 0.40 | 0.81 | 15.79 | 0.25 | 0.15 |
| Hex | 30 | 22 | 1D | 0 | 1D | 28 | 51 | 10 | 19 | F |
| Octal | 60 | 42 | 35 | 0 | 35 | 50 | 121 | 20 | 31 | 17 |
| Binary | 110000 | 100010 | 11101 | 0 | 11101 | 101000 | 1010001 | 10000 | 11001 | 1111 |
Color Harmonies of #30221D
Complementary color
Monochromatic Colors of #30221D
Black with #30221D
Text Example
Text Example
White with #30221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30221D; }
p { color: rgb(48,34,29); }
H1.HeaderClassName
{
color: #30221D;
}
.AnyTagClassName
{
color: #30221D;
}
</style>
background-color css
<style>
a { background-color: #30221D; }
a { background-color: rgb(48,34,29); }
div.DivClassName
{
background-color: #30221D;
}
.BgClassName
{
background-color: #30221D;
}
</style>
border-color css
<style>
span { border-color: #30221D; }
span { border-color: rgb(48,34,29); }
td.TdClassName
{
border-color: #30221D;
}
.TagClassName
{
border-color: #30221D;
}
</style>