Shades of Black Forest #25440F
Tints of Black Forest #25440F
RGB
CMYK
RGB Variations
Color information
#25440F (or 0x25440F) is known color: Black Forest. HEX triplet: 25, 44 and 0F. RGB value is (37,68,15). Sum of RGB (Red+Green+Blue) = 37+68+15=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #25440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25440F is #DABBF0. Grayscale: #343434. Windows color (decimal): -14334961 or 1000485. OLE color: 1000485.
HSL color Cylindrical-coordinate representation of color #25440F: hue angle of 95.09º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25440F is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 68 | 15 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.73 |
| HSL | 95.09º | 0.64% | 0.16% | - |
| HSV(B) | 95.09º | 0.78% | 0.27% | - |
| XYZ | 2.92 | 4.56 | 1.18 | - |
| YUV | 52.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 15 | 0.46 | 0 | 0.78 | 0.73 | 95.09 | 0.64 | 0.16 |
| Hex | 25 | 44 | F | 2E | 0 | 4E | 49 | 5F | 40 | 10 |
| Octal | 45 | 104 | 17 | 56 | 0 | 116 | 111 | 137 | 100 | 20 |
| Binary | 100101 | 1000100 | 1111 | 101110 | 0 | 1001110 | 1001001 | 1011111 | 1000000 | 10000 |
Color Harmonies of #25440F
Complementary color
Monochromatic Colors of #25440F
Black with #25440F
Text Example
Text Example
White with #25440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25440F; }
p { color: rgb(37,68,15); }
H1.HeaderClassName
{
color: #25440F;
}
.AnyTagClassName
{
color: #25440F;
}
</style>
background-color css
<style>
a { background-color: #25440F; }
a { background-color: rgb(37,68,15); }
div.DivClassName
{
background-color: #25440F;
}
.BgClassName
{
background-color: #25440F;
}
</style>
border-color css
<style>
span { border-color: #25440F; }
span { border-color: rgb(37,68,15); }
td.TdClassName
{
border-color: #25440F;
}
.TagClassName
{
border-color: #25440F;
}
</style>