Shades of Black Forest #25301D
Tints of Black Forest #25301D
RGB
CMYK
RGB Variations
Color information
#25301D (or 0x25301D) is known color: Black Forest. HEX triplet: 25, 30 and 1D. RGB value is (37,48,29). Sum of RGB (Red+Green+Blue) = 37+48+29=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #25301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25301D is #DACFE2. Grayscale: #2A2A2A. Windows color (decimal): -14340067 or 1912869. OLE color: 1912869.
HSL color Cylindrical-coordinate representation of color #25301D: hue angle of 94.74º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25301D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 48 | 29 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.81 |
| HSL | 94.74º | 0.25% | 0.15% | - |
| HSV(B) | 94.74º | 0.4% | 0.19% | - |
| XYZ | 2.04 | 2.6 | 1.56 | - |
| YUV | 42.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 29 | 0.23 | 0 | 0.40 | 0.81 | 94.74 | 0.25 | 0.15 |
| Hex | 25 | 30 | 1D | 17 | 0 | 28 | 51 | 5F | 19 | F |
| Octal | 45 | 60 | 35 | 27 | 0 | 50 | 121 | 137 | 31 | 17 |
| Binary | 100101 | 110000 | 11101 | 10111 | 0 | 101000 | 1010001 | 1011111 | 11001 | 1111 |
Color Harmonies of #25301D
Complementary color
Monochromatic Colors of #25301D
Black with #25301D
Text Example
Text Example
White with #25301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25301D; }
p { color: rgb(37,48,29); }
H1.HeaderClassName
{
color: #25301D;
}
.AnyTagClassName
{
color: #25301D;
}
</style>
background-color css
<style>
a { background-color: #25301D; }
a { background-color: rgb(37,48,29); }
div.DivClassName
{
background-color: #25301D;
}
.BgClassName
{
background-color: #25301D;
}
</style>
border-color css
<style>
span { border-color: #25301D; }
span { border-color: rgb(37,48,29); }
td.TdClassName
{
border-color: #25301D;
}
.TagClassName
{
border-color: #25301D;
}
</style>