Shades of Black Forest #25450E
Tints of Black Forest #25450E
RGB
CMYK
RGB Variations
Color information
#25450E (or 0x25450E) is known color: Black Forest. HEX triplet: 25, 45 and 0E. RGB value is (37,69,14). Sum of RGB (Red+Green+Blue) = 37+69+14=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #25450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25450E is #DABAF1. Grayscale: #353535. Windows color (decimal): -14334706 or 935205. OLE color: 935205.
HSL color Cylindrical-coordinate representation of color #25450E: hue angle of 94.91º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25450E is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 14 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.73 |
| HSL | 94.91º | 0.66% | 0.16% | - |
| HSV(B) | 94.91º | 0.8% | 0.27% | - |
| XYZ | 2.97 | 4.68 | 1.16 | - |
| YUV | 53.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 14 | 0.46 | 0 | 0.80 | 0.73 | 94.91 | 0.66 | 0.16 |
| Hex | 25 | 45 | E | 2E | 0 | 50 | 49 | 5F | 42 | 10 |
| Octal | 45 | 105 | 16 | 56 | 0 | 120 | 111 | 137 | 102 | 20 |
| Binary | 100101 | 1000101 | 1110 | 101110 | 0 | 1010000 | 1001001 | 1011111 | 1000010 | 10000 |
Color Harmonies of #25450E
Complementary color
Monochromatic Colors of #25450E
Black with #25450E
Text Example
Text Example
White with #25450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25450E; }
p { color: rgb(37,69,14); }
H1.HeaderClassName
{
color: #25450E;
}
.AnyTagClassName
{
color: #25450E;
}
</style>
background-color css
<style>
a { background-color: #25450E; }
a { background-color: rgb(37,69,14); }
div.DivClassName
{
background-color: #25450E;
}
.BgClassName
{
background-color: #25450E;
}
</style>
border-color css
<style>
span { border-color: #25450E; }
span { border-color: rgb(37,69,14); }
td.TdClassName
{
border-color: #25450E;
}
.TagClassName
{
border-color: #25450E;
}
</style>