Shades of Wood Bark #251A17
Tints of Wood Bark #251A17
RGB
CMYK
RGB Variations
Color information
#251A17 (or 0x251A17) is known color: Wood Bark. HEX triplet: 25, 1A and 17. RGB value is (37,26,23). Sum of RGB (Red+Green+Blue) = 37+26+23=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A17 is #DAE5E8. Grayscale: #1C1C1C. Windows color (decimal): -14345705 or 1514021. OLE color: 1514021.
HSL color Cylindrical-coordinate representation of color #251A17: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #251A17 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 23 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.85 |
| HSL | 12.86º | 0.23% | 0.12% | - |
| HSV(B) | 12.86º | 0.38% | 0.15% | - |
| XYZ | 1.29 | 1.19 | 0.97 | - |
| YUV | 28.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 23 | 0 | 0.30 | 0.38 | 0.85 | 12.86 | 0.23 | 0.12 |
| Hex | 25 | 1A | 17 | 0 | 1E | 26 | 55 | D | 17 | C |
| Octal | 45 | 32 | 27 | 0 | 36 | 46 | 125 | 15 | 27 | 14 |
| Binary | 100101 | 11010 | 10111 | 0 | 11110 | 100110 | 1010101 | 1101 | 10111 | 1100 |
Color Harmonies of #251A17
Complementary color
Monochromatic Colors of #251A17
Black with #251A17
Text Example
Text Example
White with #251A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A17; }
p { color: rgb(37,26,23); }
H1.HeaderClassName
{
color: #251A17;
}
.AnyTagClassName
{
color: #251A17;
}
</style>
background-color css
<style>
a { background-color: #251A17; }
a { background-color: rgb(37,26,23); }
div.DivClassName
{
background-color: #251A17;
}
.BgClassName
{
background-color: #251A17;
}
</style>
border-color css
<style>
span { border-color: #251A17; }
span { border-color: rgb(37,26,23); }
td.TdClassName
{
border-color: #251A17;
}
.TagClassName
{
border-color: #251A17;
}
</style>