Shades of Black Forest #25321F
Tints of Black Forest #25321F
RGB
CMYK
RGB Variations
Color information
#25321F (or 0x25321F) is known color: Black Forest. HEX triplet: 25, 32 and 1F. RGB value is (37,50,31). Sum of RGB (Red+Green+Blue) = 37+50+31=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #25321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321F is #DACDE0. Grayscale: #2C2C2C. Windows color (decimal): -14339553 or 2044453. OLE color: 2044453.
HSL color Cylindrical-coordinate representation of color #25321F: hue angle of 101.05º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25321F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 50 | 31 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.80 |
| HSL | 101.05º | 0.23% | 0.16% | - |
| HSV(B) | 101.05º | 0.38% | 0.2% | - |
| XYZ | 2.15 | 2.77 | 1.72 | - |
| YUV | 43.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 31 | 0.26 | 0 | 0.38 | 0.80 | 101.05 | 0.23 | 0.16 |
| Hex | 25 | 32 | 1F | 1A | 0 | 26 | 50 | 65 | 17 | 10 |
| Octal | 45 | 62 | 37 | 32 | 0 | 46 | 120 | 145 | 27 | 20 |
| Binary | 100101 | 110010 | 11111 | 11010 | 0 | 100110 | 1010000 | 1100101 | 10111 | 10000 |
Color Harmonies of #25321F
Complementary color
Monochromatic Colors of #25321F
Black with #25321F
Text Example
Text Example
White with #25321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25321F; }
p { color: rgb(37,50,31); }
H1.HeaderClassName
{
color: #25321F;
}
.AnyTagClassName
{
color: #25321F;
}
</style>
background-color css
<style>
a { background-color: #25321F; }
a { background-color: rgb(37,50,31); }
div.DivClassName
{
background-color: #25321F;
}
.BgClassName
{
background-color: #25321F;
}
</style>
border-color css
<style>
span { border-color: #25321F; }
span { border-color: rgb(37,50,31); }
td.TdClassName
{
border-color: #25321F;
}
.TagClassName
{
border-color: #25321F;
}
</style>