Shades of Wood Bark #25150B
Tints of Wood Bark #25150B
RGB
CMYK
RGB Variations
Color information
#25150B (or 0x25150B) is known color: Wood Bark. HEX triplet: 25, 15 and 0B. RGB value is (37,21,11). Sum of RGB (Red+Green+Blue) = 37+21+11=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25150B is #DAEAF4. Grayscale: #181818. Windows color (decimal): -14346997 or 726309. OLE color: 726309.
HSL color Cylindrical-coordinate representation of color #25150B: hue angle of 23.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25150B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 21 | 11 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.85 |
| HSL | 23.08º | 0.54% | 0.09% | - |
| HSV(B) | 23.08º | 0.7% | 0.15% | - |
| XYZ | 1.09 | 0.95 | 0.44 | - |
| YUV | 24.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 11 | 0 | 0.43 | 0.70 | 0.85 | 23.08 | 0.54 | 0.09 |
| Hex | 25 | 15 | B | 0 | 2B | 46 | 55 | 17 | 36 | 9 |
| Octal | 45 | 25 | 13 | 0 | 53 | 106 | 125 | 27 | 66 | 11 |
| Binary | 100101 | 10101 | 1011 | 0 | 101011 | 1000110 | 1010101 | 10111 | 110110 | 1001 |
Color Harmonies of #25150B
Complementary color
Monochromatic Colors of #25150B
Black with #25150B
Text Example
Text Example
White with #25150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25150B; }
p { color: rgb(37,21,11); }
H1.HeaderClassName
{
color: #25150B;
}
.AnyTagClassName
{
color: #25150B;
}
</style>
background-color css
<style>
a { background-color: #25150B; }
a { background-color: rgb(37,21,11); }
div.DivClassName
{
background-color: #25150B;
}
.BgClassName
{
background-color: #25150B;
}
</style>
border-color css
<style>
span { border-color: #25150B; }
span { border-color: rgb(37,21,11); }
td.TdClassName
{
border-color: #25150B;
}
.TagClassName
{
border-color: #25150B;
}
</style>