Shades of Black Forest #252F1D
Tints of Black Forest #252F1D
RGB
CMYK
RGB Variations
Color information
#252F1D (or 0x252F1D) is known color: Black Forest. HEX triplet: 25, 2F and 1D. RGB value is (37,47,29). Sum of RGB (Red+Green+Blue) = 37+47+29=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 47 - color contains mainly: green. Hex color #252F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F1D is #DAD0E2. Grayscale: #2A2A2A. Windows color (decimal): -14340323 or 1912613. OLE color: 1912613.
HSL color Cylindrical-coordinate representation of color #252F1D: hue angle of 93.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #252F1D is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 47 | 29 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.82 |
| HSL | 93.33º | 0.24% | 0.15% | - |
| HSV(B) | 93.33º | 0.38% | 0.18% | - |
| XYZ | 2 | 2.52 | 1.54 | - |
| YUV | 41.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 29 | 0.21 | 0 | 0.38 | 0.82 | 93.33 | 0.24 | 0.15 |
| Hex | 25 | 2F | 1D | 15 | 0 | 26 | 52 | 5D | 18 | F |
| Octal | 45 | 57 | 35 | 25 | 0 | 46 | 122 | 135 | 30 | 17 |
| Binary | 100101 | 101111 | 11101 | 10101 | 0 | 100110 | 1010010 | 1011101 | 11000 | 1111 |
Color Harmonies of #252F1D
Complementary color
Monochromatic Colors of #252F1D
Black with #252F1D
Text Example
Text Example
White with #252F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F1D; }
p { color: rgb(37,47,29); }
H1.HeaderClassName
{
color: #252F1D;
}
.AnyTagClassName
{
color: #252F1D;
}
</style>
background-color css
<style>
a { background-color: #252F1D; }
a { background-color: rgb(37,47,29); }
div.DivClassName
{
background-color: #252F1D;
}
.BgClassName
{
background-color: #252F1D;
}
</style>
border-color css
<style>
span { border-color: #252F1D; }
span { border-color: rgb(37,47,29); }
td.TdClassName
{
border-color: #252F1D;
}
.TagClassName
{
border-color: #252F1D;
}
</style>