Shades of Wood Bark #30251E
Tints of Wood Bark #30251E
RGB
CMYK
RGB Variations
Color information
#30251E (or 0x30251E) is known color: Wood Bark. HEX triplet: 30, 25 and 1E. RGB value is (48,37,30). Sum of RGB (Red+Green+Blue) = 48+37+30=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251E is #CFDAE1. Grayscale: #272727. Windows color (decimal): -13621986 or 1975600. OLE color: 1975600.
HSL color Cylindrical-coordinate representation of color #30251E: hue angle of 23.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30251E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 30 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.81 |
| HSL | 23.33º | 0.23% | 0.15% | - |
| HSV(B) | 23.33º | 0.38% | 0.19% | - |
| XYZ | 2.11 | 2.05 | 1.51 | - |
| YUV | 39.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 30 | 0 | 0.23 | 0.37 | 0.81 | 23.33 | 0.23 | 0.15 |
| Hex | 30 | 25 | 1E | 0 | 17 | 25 | 51 | 17 | 17 | F |
| Octal | 60 | 45 | 36 | 0 | 27 | 45 | 121 | 27 | 27 | 17 |
| Binary | 110000 | 100101 | 11110 | 0 | 10111 | 100101 | 1010001 | 10111 | 10111 | 1111 |
Color Harmonies of #30251E
Complementary color
Monochromatic Colors of #30251E
Black with #30251E
Text Example
Text Example
White with #30251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30251E; }
p { color: rgb(48,37,30); }
H1.HeaderClassName
{
color: #30251E;
}
.AnyTagClassName
{
color: #30251E;
}
</style>
background-color css
<style>
a { background-color: #30251E; }
a { background-color: rgb(48,37,30); }
div.DivClassName
{
background-color: #30251E;
}
.BgClassName
{
background-color: #30251E;
}
</style>
border-color css
<style>
span { border-color: #30251E; }
span { border-color: rgb(48,37,30); }
td.TdClassName
{
border-color: #30251E;
}
.TagClassName
{
border-color: #30251E;
}
</style>