Shades of Black Forest #25470B
Tints of Black Forest #25470B
RGB
CMYK
RGB Variations
Color information
#25470B (or 0x25470B) is known color: Black Forest. HEX triplet: 25, 47 and 0B. RGB value is (37,71,11). Sum of RGB (Red+Green+Blue) = 37+71+11=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #25470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25470B is #DAB8F4. Grayscale: #363636. Windows color (decimal): -14334197 or 739109. OLE color: 739109.
HSL color Cylindrical-coordinate representation of color #25470B: hue angle of 94º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25470B is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 71 | 11 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.72 |
| HSL | 94º | 0.73% | 0.16% | - |
| HSV(B) | 94º | 0.85% | 0.28% | - |
| XYZ | 3.08 | 4.92 | 1.1 | - |
| YUV | 53.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 11 | 0.48 | 0 | 0.85 | 0.72 | 94 | 0.73 | 0.16 |
| Hex | 25 | 47 | B | 30 | 0 | 55 | 48 | 5E | 49 | 10 |
| Octal | 45 | 107 | 13 | 60 | 0 | 125 | 110 | 136 | 111 | 20 |
| Binary | 100101 | 1000111 | 1011 | 110000 | 0 | 1010101 | 1001000 | 1011110 | 1001001 | 10000 |
Color Harmonies of #25470B
Complementary color
Monochromatic Colors of #25470B
Black with #25470B
Text Example
Text Example
White with #25470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25470B; }
p { color: rgb(37,71,11); }
H1.HeaderClassName
{
color: #25470B;
}
.AnyTagClassName
{
color: #25470B;
}
</style>
background-color css
<style>
a { background-color: #25470B; }
a { background-color: rgb(37,71,11); }
div.DivClassName
{
background-color: #25470B;
}
.BgClassName
{
background-color: #25470B;
}
</style>
border-color css
<style>
span { border-color: #25470B; }
span { border-color: rgb(37,71,11); }
td.TdClassName
{
border-color: #25470B;
}
.TagClassName
{
border-color: #25470B;
}
</style>