Shades of Black Forest #252C22
Tints of Black Forest #252C22
RGB
CMYK
RGB Variations
Color information
#252C22 (or 0x252C22) is known color: Black Forest. HEX triplet: 25, 2C and 22. RGB value is (37,44,34). Sum of RGB (Red+Green+Blue) = 37+44+34=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #252C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C22 is #DAD3DD. Grayscale: #282828. Windows color (decimal): -14341086 or 2239525. OLE color: 2239525.
HSL color Cylindrical-coordinate representation of color #252C22: hue angle of 102º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #252C22 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 44 | 34 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.83 |
| HSL | 102º | 0.13% | 0.15% | - |
| HSV(B) | 102º | 0.23% | 0.17% | - |
| XYZ | 1.95 | 2.31 | 1.86 | - |
| YUV | 40.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 34 | 0.16 | 0 | 0.23 | 0.83 | 102 | 0.13 | 0.15 |
| Hex | 25 | 2C | 22 | 10 | 0 | 17 | 53 | 66 | D | F |
| Octal | 45 | 54 | 42 | 20 | 0 | 27 | 123 | 146 | 15 | 17 |
| Binary | 100101 | 101100 | 100010 | 10000 | 0 | 10111 | 1010011 | 1100110 | 1101 | 1111 |
Color Harmonies of #252C22
Complementary color
Monochromatic Colors of #252C22
Black with #252C22
Text Example
Text Example
White with #252C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C22; }
p { color: rgb(37,44,34); }
H1.HeaderClassName
{
color: #252C22;
}
.AnyTagClassName
{
color: #252C22;
}
</style>
background-color css
<style>
a { background-color: #252C22; }
a { background-color: rgb(37,44,34); }
div.DivClassName
{
background-color: #252C22;
}
.BgClassName
{
background-color: #252C22;
}
</style>
border-color css
<style>
span { border-color: #252C22; }
span { border-color: rgb(37,44,34); }
td.TdClassName
{
border-color: #252C22;
}
.TagClassName
{
border-color: #252C22;
}
</style>