Shades of Black Forest #25321C
Tints of Black Forest #25321C
RGB
CMYK
RGB Variations
Color information
#25321C (or 0x25321C) is known color: Black Forest. HEX triplet: 25, 32 and 1C. RGB value is (37,50,28). Sum of RGB (Red+Green+Blue) = 37+50+28=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #25321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321C is #DACDE3. Grayscale: #2B2B2B. Windows color (decimal): -14339556 or 1847845. OLE color: 1847845.
HSL color Cylindrical-coordinate representation of color #25321C: hue angle of 95.45º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25321C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 50 | 28 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.80 |
| HSL | 95.45º | 0.28% | 0.15% | - |
| HSV(B) | 95.45º | 0.44% | 0.2% | - |
| XYZ | 2.11 | 2.76 | 1.52 | - |
| YUV | 43.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 28 | 0.26 | 0 | 0.44 | 0.80 | 95.45 | 0.28 | 0.15 |
| Hex | 25 | 32 | 1C | 1A | 0 | 2C | 50 | 5F | 1C | F |
| Octal | 45 | 62 | 34 | 32 | 0 | 54 | 120 | 137 | 34 | 17 |
| Binary | 100101 | 110010 | 11100 | 11010 | 0 | 101100 | 1010000 | 1011111 | 11100 | 1111 |
Color Harmonies of #25321C
Complementary color
Monochromatic Colors of #25321C
Black with #25321C
Text Example
Text Example
White with #25321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25321C; }
p { color: rgb(37,50,28); }
H1.HeaderClassName
{
color: #25321C;
}
.AnyTagClassName
{
color: #25321C;
}
</style>
background-color css
<style>
a { background-color: #25321C; }
a { background-color: rgb(37,50,28); }
div.DivClassName
{
background-color: #25321C;
}
.BgClassName
{
background-color: #25321C;
}
</style>
border-color css
<style>
span { border-color: #25321C; }
span { border-color: rgb(37,50,28); }
td.TdClassName
{
border-color: #25321C;
}
.TagClassName
{
border-color: #25321C;
}
</style>