Shades of Black Forest #252F20
Tints of Black Forest #252F20
RGB
CMYK
RGB Variations
Color information
#252F20 (or 0x252F20) is known color: Black Forest. HEX triplet: 25, 2F and 20. RGB value is (37,47,32). Sum of RGB (Red+Green+Blue) = 37+47+32=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #252F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F20 is #DAD0DF. Grayscale: #2A2A2A. Windows color (decimal): -14340320 or 2109221. OLE color: 2109221.
HSL color Cylindrical-coordinate representation of color #252F20: hue angle of 100º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #252F20 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 47 | 32 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.82 |
| HSL | 100º | 0.19% | 0.15% | - |
| HSV(B) | 100º | 0.32% | 0.18% | - |
| XYZ | 2.04 | 2.53 | 1.75 | - |
| YUV | 42.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 32 | 0.21 | 0 | 0.32 | 0.82 | 100 | 0.19 | 0.15 |
| Hex | 25 | 2F | 20 | 15 | 0 | 20 | 52 | 64 | 13 | F |
| Octal | 45 | 57 | 40 | 25 | 0 | 40 | 122 | 144 | 23 | 17 |
| Binary | 100101 | 101111 | 100000 | 10101 | 0 | 100000 | 1010010 | 1100100 | 10011 | 1111 |
Color Harmonies of #252F20
Complementary color
Monochromatic Colors of #252F20
Black with #252F20
Text Example
Text Example
White with #252F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F20; }
p { color: rgb(37,47,32); }
H1.HeaderClassName
{
color: #252F20;
}
.AnyTagClassName
{
color: #252F20;
}
</style>
background-color css
<style>
a { background-color: #252F20; }
a { background-color: rgb(37,47,32); }
div.DivClassName
{
background-color: #252F20;
}
.BgClassName
{
background-color: #252F20;
}
</style>
border-color css
<style>
span { border-color: #252F20; }
span { border-color: rgb(37,47,32); }
td.TdClassName
{
border-color: #252F20;
}
.TagClassName
{
border-color: #252F20;
}
</style>