Shades of Black Forest #253120
Tints of Black Forest #253120
RGB
CMYK
RGB Variations
Color information
#253120 (or 0x253120) is known color: Black Forest. HEX triplet: 25, 31 and 20. RGB value is (37,49,32). Sum of RGB (Red+Green+Blue) = 37+49+32=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #253120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253120 is #DACEDF. Grayscale: #2B2B2B. Windows color (decimal): -14339808 or 2109733. OLE color: 2109733.
HSL color Cylindrical-coordinate representation of color #253120: hue angle of 102.35º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253120 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 32 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.81 |
| HSL | 102.35º | 0.21% | 0.16% | - |
| HSV(B) | 102.35º | 0.35% | 0.19% | - |
| XYZ | 2.12 | 2.69 | 1.77 | - |
| YUV | 43.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 32 | 0.24 | 0 | 0.35 | 0.81 | 102.35 | 0.21 | 0.16 |
| Hex | 25 | 31 | 20 | 18 | 0 | 23 | 51 | 66 | 15 | 10 |
| Octal | 45 | 61 | 40 | 30 | 0 | 43 | 121 | 146 | 25 | 20 |
| Binary | 100101 | 110001 | 100000 | 11000 | 0 | 100011 | 1010001 | 1100110 | 10101 | 10000 |
Color Harmonies of #253120
Complementary color
Monochromatic Colors of #253120
Black with #253120
Text Example
Text Example
White with #253120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253120; }
p { color: rgb(37,49,32); }
H1.HeaderClassName
{
color: #253120;
}
.AnyTagClassName
{
color: #253120;
}
</style>
background-color css
<style>
a { background-color: #253120; }
a { background-color: rgb(37,49,32); }
div.DivClassName
{
background-color: #253120;
}
.BgClassName
{
background-color: #253120;
}
</style>
border-color css
<style>
span { border-color: #253120; }
span { border-color: rgb(37,49,32); }
td.TdClassName
{
border-color: #253120;
}
.TagClassName
{
border-color: #253120;
}
</style>