Shades of Black Forest #253D15
Tints of Black Forest #253D15
RGB
CMYK
RGB Variations
Color information
#253D15 (or 0x253D15) is known color: Black Forest. HEX triplet: 25, 3D and 15. RGB value is (37,61,21). Sum of RGB (Red+Green+Blue) = 37+61+21=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #253D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D15 is #DAC2EA. Grayscale: #313131. Windows color (decimal): -14336747 or 1391909. OLE color: 1391909.
HSL color Cylindrical-coordinate representation of color #253D15: hue angle of 96º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253D15 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 21 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.76 |
| HSL | 96º | 0.49% | 0.16% | - |
| HSV(B) | 96º | 0.66% | 0.24% | - |
| XYZ | 2.57 | 3.78 | 1.3 | - |
| YUV | 49.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 21 | 0.39 | 0 | 0.66 | 0.76 | 96 | 0.49 | 0.16 |
| Hex | 25 | 3D | 15 | 27 | 0 | 42 | 4C | 60 | 31 | 10 |
| Octal | 45 | 75 | 25 | 47 | 0 | 102 | 114 | 140 | 61 | 20 |
| Binary | 100101 | 111101 | 10101 | 100111 | 0 | 1000010 | 1001100 | 1100000 | 110001 | 10000 |
Color Harmonies of #253D15
Complementary color
Monochromatic Colors of #253D15
Black with #253D15
Text Example
Text Example
White with #253D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D15; }
p { color: rgb(37,61,21); }
H1.HeaderClassName
{
color: #253D15;
}
.AnyTagClassName
{
color: #253D15;
}
</style>
background-color css
<style>
a { background-color: #253D15; }
a { background-color: rgb(37,61,21); }
div.DivClassName
{
background-color: #253D15;
}
.BgClassName
{
background-color: #253D15;
}
</style>
border-color css
<style>
span { border-color: #253D15; }
span { border-color: rgb(37,61,21); }
td.TdClassName
{
border-color: #253D15;
}
.TagClassName
{
border-color: #253D15;
}
</style>