Shades of Wood Bark #30201B
Tints of Wood Bark #30201B
RGB
CMYK
RGB Variations
Color information
#30201B (or 0x30201B) is known color: Wood Bark. HEX triplet: 30, 20 and 1B. RGB value is (48,32,27). Sum of RGB (Red+Green+Blue) = 48+32+27=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #30201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201B is #CFDFE4. Grayscale: #242424. Windows color (decimal): -13623269 or 1777712. OLE color: 1777712.
HSL color Cylindrical-coordinate representation of color #30201B: hue angle of 14.29º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30201B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 27 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.81 |
| HSL | 14.29º | 0.28% | 0.15% | - |
| HSV(B) | 14.29º | 0.44% | 0.19% | - |
| XYZ | 1.93 | 1.74 | 1.27 | - |
| YUV | 36.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 27 | 0 | 0.33 | 0.44 | 0.81 | 14.29 | 0.28 | 0.15 |
| Hex | 30 | 20 | 1B | 0 | 21 | 2C | 51 | E | 1C | F |
| Octal | 60 | 40 | 33 | 0 | 41 | 54 | 121 | 16 | 34 | 17 |
| Binary | 110000 | 100000 | 11011 | 0 | 100001 | 101100 | 1010001 | 1110 | 11100 | 1111 |
Color Harmonies of #30201B
Complementary color
Monochromatic Colors of #30201B
Black with #30201B
Text Example
Text Example
White with #30201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30201B; }
p { color: rgb(48,32,27); }
H1.HeaderClassName
{
color: #30201B;
}
.AnyTagClassName
{
color: #30201B;
}
</style>
background-color css
<style>
a { background-color: #30201B; }
a { background-color: rgb(48,32,27); }
div.DivClassName
{
background-color: #30201B;
}
.BgClassName
{
background-color: #30201B;
}
</style>
border-color css
<style>
span { border-color: #30201B; }
span { border-color: rgb(48,32,27); }
td.TdClassName
{
border-color: #30201B;
}
.TagClassName
{
border-color: #30201B;
}
</style>