Shades of Wood Bark #30221C
Tints of Wood Bark #30221C
RGB
CMYK
RGB Variations
Color information
#30221C (or 0x30221C) is known color: Wood Bark. HEX triplet: 30, 22 and 1C. RGB value is (48,34,28). Sum of RGB (Red+Green+Blue) = 48+34+28=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30221C is #CFDDE3. Grayscale: #252525. Windows color (decimal): -13622756 or 1843760. OLE color: 1843760.
HSL color Cylindrical-coordinate representation of color #30221C: hue angle of 18º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30221C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 28 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.81 |
| HSL | 18º | 0.26% | 0.15% | - |
| HSV(B) | 18º | 0.42% | 0.19% | - |
| XYZ | 2 | 1.86 | 1.35 | - |
| YUV | 37.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 28 | 0 | 0.29 | 0.42 | 0.81 | 18 | 0.26 | 0.15 |
| Hex | 30 | 22 | 1C | 0 | 1D | 2A | 51 | 12 | 1A | F |
| Octal | 60 | 42 | 34 | 0 | 35 | 52 | 121 | 22 | 32 | 17 |
| Binary | 110000 | 100010 | 11100 | 0 | 11101 | 101010 | 1010001 | 10010 | 11010 | 1111 |
Color Harmonies of #30221C
Complementary color
Monochromatic Colors of #30221C
Black with #30221C
Text Example
Text Example
White with #30221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30221C; }
p { color: rgb(48,34,28); }
H1.HeaderClassName
{
color: #30221C;
}
.AnyTagClassName
{
color: #30221C;
}
</style>
background-color css
<style>
a { background-color: #30221C; }
a { background-color: rgb(48,34,28); }
div.DivClassName
{
background-color: #30221C;
}
.BgClassName
{
background-color: #30221C;
}
</style>
border-color css
<style>
span { border-color: #30221C; }
span { border-color: rgb(48,34,28); }
td.TdClassName
{
border-color: #30221C;
}
.TagClassName
{
border-color: #30221C;
}
</style>