Shades of Wood Bark #302823
Tints of Wood Bark #302823
RGB
CMYK
RGB Variations
Color information
#302823 (or 0x302823) is known color: Wood Bark. HEX triplet: 30, 28 and 23. RGB value is (48,40,35). Sum of RGB (Red+Green+Blue) = 48+40+35=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302823 is #CFD7DC. Grayscale: #292929. Windows color (decimal): -13621213 or 2304048. OLE color: 2304048.
HSL color Cylindrical-coordinate representation of color #302823: hue angle of 23.08º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302823 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 35 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.81 |
| HSL | 23.08º | 0.16% | 0.16% | - |
| HSV(B) | 23.08º | 0.27% | 0.19% | - |
| XYZ | 2.28 | 2.27 | 1.91 | - |
| YUV | 41.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 35 | 0 | 0.17 | 0.27 | 0.81 | 23.08 | 0.16 | 0.16 |
| Hex | 30 | 28 | 23 | 0 | 11 | 1B | 51 | 17 | 10 | 10 |
| Octal | 60 | 50 | 43 | 0 | 21 | 33 | 121 | 27 | 20 | 20 |
| Binary | 110000 | 101000 | 100011 | 0 | 10001 | 11011 | 1010001 | 10111 | 10000 | 10000 |
Color Harmonies of #302823
Complementary color
Monochromatic Colors of #302823
Black with #302823
Text Example
Text Example
White with #302823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302823; }
p { color: rgb(48,40,35); }
H1.HeaderClassName
{
color: #302823;
}
.AnyTagClassName
{
color: #302823;
}
</style>
background-color css
<style>
a { background-color: #302823; }
a { background-color: rgb(48,40,35); }
div.DivClassName
{
background-color: #302823;
}
.BgClassName
{
background-color: #302823;
}
</style>
border-color css
<style>
span { border-color: #302823; }
span { border-color: rgb(48,40,35); }
td.TdClassName
{
border-color: #302823;
}
.TagClassName
{
border-color: #302823;
}
</style>