Shades of Black Forest #25460A
Tints of Black Forest #25460A
RGB
CMYK
RGB Variations
Color information
#25460A (or 0x25460A) is known color: Black Forest. HEX triplet: 25, 46 and 0A. RGB value is (37,70,10). Sum of RGB (Red+Green+Blue) = 37+70+10=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #25460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25460A is #DAB9F5. Grayscale: #353535. Windows color (decimal): -14334454 or 673317. OLE color: 673317.
HSL color Cylindrical-coordinate representation of color #25460A: hue angle of 93º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25460A is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 10 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.73 |
| HSL | 93º | 0.75% | 0.16% | - |
| HSV(B) | 93º | 0.86% | 0.27% | - |
| XYZ | 3.01 | 4.8 | 1.05 | - |
| YUV | 53.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 10 | 0.47 | 0 | 0.86 | 0.73 | 93 | 0.75 | 0.16 |
| Hex | 25 | 46 | A | 2F | 0 | 56 | 49 | 5D | 4B | 10 |
| Octal | 45 | 106 | 12 | 57 | 0 | 126 | 111 | 135 | 113 | 20 |
| Binary | 100101 | 1000110 | 1010 | 101111 | 0 | 1010110 | 1001001 | 1011101 | 1001011 | 10000 |
Color Harmonies of #25460A
Complementary color
Monochromatic Colors of #25460A
Black with #25460A
Text Example
Text Example
White with #25460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25460A; }
p { color: rgb(37,70,10); }
H1.HeaderClassName
{
color: #25460A;
}
.AnyTagClassName
{
color: #25460A;
}
</style>
background-color css
<style>
a { background-color: #25460A; }
a { background-color: rgb(37,70,10); }
div.DivClassName
{
background-color: #25460A;
}
.BgClassName
{
background-color: #25460A;
}
</style>
border-color css
<style>
span { border-color: #25460A; }
span { border-color: rgb(37,70,10); }
td.TdClassName
{
border-color: #25460A;
}
.TagClassName
{
border-color: #25460A;
}
</style>