Shades of Black Forest #252C20
Tints of Black Forest #252C20
RGB
CMYK
RGB Variations
Color information
#252C20 (or 0x252C20) is known color: Black Forest. HEX triplet: 25, 2C and 20. RGB value is (37,44,32). Sum of RGB (Red+Green+Blue) = 37+44+32=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 44 - color contains mainly: green. Hex color #252C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C20 is #DAD3DF. Grayscale: #282828. Windows color (decimal): -14341088 or 2108453. OLE color: 2108453.
HSL color Cylindrical-coordinate representation of color #252C20: hue angle of 95º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #252C20 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 44 | 32 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.83 |
| HSL | 95º | 0.16% | 0.15% | - |
| HSV(B) | 95º | 0.27% | 0.17% | - |
| XYZ | 1.92 | 2.3 | 1.71 | - |
| YUV | 40.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 32 | 0.16 | 0 | 0.27 | 0.83 | 95 | 0.16 | 0.15 |
| Hex | 25 | 2C | 20 | 10 | 0 | 1B | 53 | 5F | 10 | F |
| Octal | 45 | 54 | 40 | 20 | 0 | 33 | 123 | 137 | 20 | 17 |
| Binary | 100101 | 101100 | 100000 | 10000 | 0 | 11011 | 1010011 | 1011111 | 10000 | 1111 |
Color Harmonies of #252C20
Complementary color
Monochromatic Colors of #252C20
Black with #252C20
Text Example
Text Example
White with #252C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C20; }
p { color: rgb(37,44,32); }
H1.HeaderClassName
{
color: #252C20;
}
.AnyTagClassName
{
color: #252C20;
}
</style>
background-color css
<style>
a { background-color: #252C20; }
a { background-color: rgb(37,44,32); }
div.DivClassName
{
background-color: #252C20;
}
.BgClassName
{
background-color: #252C20;
}
</style>
border-color css
<style>
span { border-color: #252C20; }
span { border-color: rgb(37,44,32); }
td.TdClassName
{
border-color: #252C20;
}
.TagClassName
{
border-color: #252C20;
}
</style>