Shades of Wood Bark #251E1B
Tints of Wood Bark #251E1B
RGB
CMYK
RGB Variations
Color information
#251E1B (or 0x251E1B) is known color: Wood Bark. HEX triplet: 25, 1E and 1B. RGB value is (37,30,27). Sum of RGB (Red+Green+Blue) = 37+30+27=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E1B is #DAE1E4. Grayscale: #1F1F1F. Windows color (decimal): -14344677 or 1777189. OLE color: 1777189.
HSL color Cylindrical-coordinate representation of color #251E1B: hue angle of 18º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #251E1B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 27 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.85 |
| HSL | 18º | 0.16% | 0.13% | - |
| HSV(B) | 18º | 0.27% | 0.15% | - |
| XYZ | 1.43 | 1.4 | 1.23 | - |
| YUV | 31.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 27 | 0 | 0.19 | 0.27 | 0.85 | 18 | 0.16 | 0.13 |
| Hex | 25 | 1E | 1B | 0 | 13 | 1B | 55 | 12 | 10 | D |
| Octal | 45 | 36 | 33 | 0 | 23 | 33 | 125 | 22 | 20 | 15 |
| Binary | 100101 | 11110 | 11011 | 0 | 10011 | 11011 | 1010101 | 10010 | 10000 | 1101 |
Color Harmonies of #251E1B
Complementary color
Monochromatic Colors of #251E1B
Black with #251E1B
Text Example
Text Example
White with #251E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E1B; }
p { color: rgb(37,30,27); }
H1.HeaderClassName
{
color: #251E1B;
}
.AnyTagClassName
{
color: #251E1B;
}
</style>
background-color css
<style>
a { background-color: #251E1B; }
a { background-color: rgb(37,30,27); }
div.DivClassName
{
background-color: #251E1B;
}
.BgClassName
{
background-color: #251E1B;
}
</style>
border-color css
<style>
span { border-color: #251E1B; }
span { border-color: rgb(37,30,27); }
td.TdClassName
{
border-color: #251E1B;
}
.TagClassName
{
border-color: #251E1B;
}
</style>