Shades of Wood Bark #302A27
Tints of Wood Bark #302A27
RGB
CMYK
RGB Variations
Color information
#302A27 (or 0x302A27) is known color: Wood Bark. HEX triplet: 30, 2A and 27. RGB value is (48,42,39). Sum of RGB (Red+Green+Blue) = 48+42+39=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #302A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A27 is #CFD5D8. Grayscale: #2B2B2B. Windows color (decimal): -13620697 or 2566704. OLE color: 2566704.
HSL color Cylindrical-coordinate representation of color #302A27: hue angle of 20º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302A27 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 39 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.81 |
| HSL | 20º | 0.1% | 0.17% | - |
| HSV(B) | 20º | 0.19% | 0.19% | - |
| XYZ | 2.41 | 2.43 | 2.26 | - |
| YUV | 43.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 39 | 0 | 0.13 | 0.19 | 0.81 | 20 | 0.1 | 0.17 |
| Hex | 30 | 2A | 27 | 0 | D | 13 | 51 | 14 | A | 11 |
| Octal | 60 | 52 | 47 | 0 | 15 | 23 | 121 | 24 | 12 | 21 |
| Binary | 110000 | 101010 | 100111 | 0 | 1101 | 10011 | 1010001 | 10100 | 1010 | 10001 |
Color Harmonies of #302A27
Complementary color
Monochromatic Colors of #302A27
Black with #302A27
Text Example
Text Example
White with #302A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A27; }
p { color: rgb(48,42,39); }
H1.HeaderClassName
{
color: #302A27;
}
.AnyTagClassName
{
color: #302A27;
}
</style>
background-color css
<style>
a { background-color: #302A27; }
a { background-color: rgb(48,42,39); }
div.DivClassName
{
background-color: #302A27;
}
.BgClassName
{
background-color: #302A27;
}
</style>
border-color css
<style>
span { border-color: #302A27; }
span { border-color: rgb(48,42,39); }
td.TdClassName
{
border-color: #302A27;
}
.TagClassName
{
border-color: #302A27;
}
</style>