Shades of Black Forest #253D16
Tints of Black Forest #253D16
RGB
CMYK
RGB Variations
Color information
#253D16 (or 0x253D16) is known color: Black Forest. HEX triplet: 25, 3D and 16. RGB value is (37,61,22). Sum of RGB (Red+Green+Blue) = 37+61+22=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #253D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D16 is #DAC2E9. Grayscale: #313131. Windows color (decimal): -14336746 or 1457445. OLE color: 1457445.
HSL color Cylindrical-coordinate representation of color #253D16: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253D16 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 22 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.76 |
| HSL | 96.92º | 0.47% | 0.16% | - |
| HSV(B) | 96.92º | 0.64% | 0.24% | - |
| XYZ | 2.58 | 3.79 | 1.35 | - |
| YUV | 49.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 22 | 0.39 | 0 | 0.64 | 0.76 | 96.92 | 0.47 | 0.16 |
| Hex | 25 | 3D | 16 | 27 | 0 | 40 | 4C | 61 | 2F | 10 |
| Octal | 45 | 75 | 26 | 47 | 0 | 100 | 114 | 141 | 57 | 20 |
| Binary | 100101 | 111101 | 10110 | 100111 | 0 | 1000000 | 1001100 | 1100001 | 101111 | 10000 |
Color Harmonies of #253D16
Complementary color
Monochromatic Colors of #253D16
Black with #253D16
Text Example
Text Example
White with #253D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D16; }
p { color: rgb(37,61,22); }
H1.HeaderClassName
{
color: #253D16;
}
.AnyTagClassName
{
color: #253D16;
}
</style>
background-color css
<style>
a { background-color: #253D16; }
a { background-color: rgb(37,61,22); }
div.DivClassName
{
background-color: #253D16;
}
.BgClassName
{
background-color: #253D16;
}
</style>
border-color css
<style>
span { border-color: #253D16; }
span { border-color: rgb(37,61,22); }
td.TdClassName
{
border-color: #253D16;
}
.TagClassName
{
border-color: #253D16;
}
</style>