Shades of Wood Bark #251D19
Tints of Wood Bark #251D19
RGB
CMYK
RGB Variations
Color information
#251D19 (or 0x251D19) is known color: Wood Bark. HEX triplet: 25, 1D and 19. RGB value is (37,29,25). Sum of RGB (Red+Green+Blue) = 37+29+25=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D19 is #DAE2E6. Grayscale: #1E1E1E. Windows color (decimal): -14344935 or 1645861. OLE color: 1645861.
HSL color Cylindrical-coordinate representation of color #251D19: hue angle of 20º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #251D19 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 25 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.85 |
| HSL | 20º | 0.19% | 0.12% | - |
| HSV(B) | 20º | 0.32% | 0.15% | - |
| XYZ | 1.38 | 1.34 | 1.11 | - |
| YUV | 30.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 25 | 0 | 0.22 | 0.32 | 0.85 | 20 | 0.19 | 0.12 |
| Hex | 25 | 1D | 19 | 0 | 16 | 20 | 55 | 14 | 13 | C |
| Octal | 45 | 35 | 31 | 0 | 26 | 40 | 125 | 24 | 23 | 14 |
| Binary | 100101 | 11101 | 11001 | 0 | 10110 | 100000 | 1010101 | 10100 | 10011 | 1100 |
Color Harmonies of #251D19
Complementary color
Monochromatic Colors of #251D19
Black with #251D19
Text Example
Text Example
White with #251D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D19; }
p { color: rgb(37,29,25); }
H1.HeaderClassName
{
color: #251D19;
}
.AnyTagClassName
{
color: #251D19;
}
</style>
background-color css
<style>
a { background-color: #251D19; }
a { background-color: rgb(37,29,25); }
div.DivClassName
{
background-color: #251D19;
}
.BgClassName
{
background-color: #251D19;
}
</style>
border-color css
<style>
span { border-color: #251D19; }
span { border-color: rgb(37,29,25); }
td.TdClassName
{
border-color: #251D19;
}
.TagClassName
{
border-color: #251D19;
}
</style>