Shades of Wood Bark #251E1C
Tints of Wood Bark #251E1C
RGB
CMYK
RGB Variations
Color information
#251E1C (or 0x251E1C) is known color: Wood Bark. HEX triplet: 25, 1E and 1C. RGB value is (37,30,28). Sum of RGB (Red+Green+Blue) = 37+30+28=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E1C is #DAE1E3. Grayscale: #1F1F1F. Windows color (decimal): -14344676 or 1842725. OLE color: 1842725.
HSL color Cylindrical-coordinate representation of color #251E1C: hue angle of 13.33º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251E1C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 28 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.85 |
| HSL | 13.33º | 0.14% | 0.13% | - |
| HSV(B) | 13.33º | 0.24% | 0.15% | - |
| XYZ | 1.44 | 1.41 | 1.29 | - |
| YUV | 31.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 28 | 0 | 0.19 | 0.24 | 0.85 | 13.33 | 0.14 | 0.13 |
| Hex | 25 | 1E | 1C | 0 | 13 | 18 | 55 | D | E | D |
| Octal | 45 | 36 | 34 | 0 | 23 | 30 | 125 | 15 | 16 | 15 |
| Binary | 100101 | 11110 | 11100 | 0 | 10011 | 11000 | 1010101 | 1101 | 1110 | 1101 |
Color Harmonies of #251E1C
Complementary color
Monochromatic Colors of #251E1C
Black with #251E1C
Text Example
Text Example
White with #251E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E1C; }
p { color: rgb(37,30,28); }
H1.HeaderClassName
{
color: #251E1C;
}
.AnyTagClassName
{
color: #251E1C;
}
</style>
background-color css
<style>
a { background-color: #251E1C; }
a { background-color: rgb(37,30,28); }
div.DivClassName
{
background-color: #251E1C;
}
.BgClassName
{
background-color: #251E1C;
}
</style>
border-color css
<style>
span { border-color: #251E1C; }
span { border-color: rgb(37,30,28); }
td.TdClassName
{
border-color: #251E1C;
}
.TagClassName
{
border-color: #251E1C;
}
</style>