Shades of Black Forest #252E20
Tints of Black Forest #252E20
RGB
CMYK
RGB Variations
Color information
#252E20 (or 0x252E20) is known color: Black Forest. HEX triplet: 25, 2E and 20. RGB value is (37,46,32). Sum of RGB (Red+Green+Blue) = 37+46+32=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #252E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E20 is #DAD1DF. Grayscale: #292929. Windows color (decimal): -14340576 or 2108965. OLE color: 2108965.
HSL color Cylindrical-coordinate representation of color #252E20: hue angle of 98.57º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #252E20 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 46 | 32 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.82 |
| HSL | 98.57º | 0.18% | 0.15% | - |
| HSV(B) | 98.57º | 0.3% | 0.18% | - |
| XYZ | 2 | 2.45 | 1.73 | - |
| YUV | 41.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 32 | 0.20 | 0 | 0.30 | 0.82 | 98.57 | 0.18 | 0.15 |
| Hex | 25 | 2E | 20 | 14 | 0 | 1E | 52 | 63 | 12 | F |
| Octal | 45 | 56 | 40 | 24 | 0 | 36 | 122 | 143 | 22 | 17 |
| Binary | 100101 | 101110 | 100000 | 10100 | 0 | 11110 | 1010010 | 1100011 | 10010 | 1111 |
Color Harmonies of #252E20
Complementary color
Monochromatic Colors of #252E20
Black with #252E20
Text Example
Text Example
White with #252E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E20; }
p { color: rgb(37,46,32); }
H1.HeaderClassName
{
color: #252E20;
}
.AnyTagClassName
{
color: #252E20;
}
</style>
background-color css
<style>
a { background-color: #252E20; }
a { background-color: rgb(37,46,32); }
div.DivClassName
{
background-color: #252E20;
}
.BgClassName
{
background-color: #252E20;
}
</style>
border-color css
<style>
span { border-color: #252E20; }
span { border-color: rgb(37,46,32); }
td.TdClassName
{
border-color: #252E20;
}
.TagClassName
{
border-color: #252E20;
}
</style>