Shades of Black Forest #253D14
Tints of Black Forest #253D14
RGB
CMYK
RGB Variations
Color information
#253D14 (or 0x253D14) is known color: Black Forest. HEX triplet: 25, 3D and 14. RGB value is (37,61,20). Sum of RGB (Red+Green+Blue) = 37+61+20=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #253D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D14 is #DAC2EB. Grayscale: #313131. Windows color (decimal): -14336748 or 1326373. OLE color: 1326373.
HSL color Cylindrical-coordinate representation of color #253D14: hue angle of 95.12º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253D14 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 20 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.76 |
| HSL | 95.12º | 0.51% | 0.16% | - |
| HSV(B) | 95.12º | 0.67% | 0.24% | - |
| XYZ | 2.56 | 3.78 | 1.26 | - |
| YUV | 49.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 20 | 0.39 | 0 | 0.67 | 0.76 | 95.12 | 0.51 | 0.16 |
| Hex | 25 | 3D | 14 | 27 | 0 | 43 | 4C | 5F | 33 | 10 |
| Octal | 45 | 75 | 24 | 47 | 0 | 103 | 114 | 137 | 63 | 20 |
| Binary | 100101 | 111101 | 10100 | 100111 | 0 | 1000011 | 1001100 | 1011111 | 110011 | 10000 |
Color Harmonies of #253D14
Complementary color
Monochromatic Colors of #253D14
Black with #253D14
Text Example
Text Example
White with #253D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D14; }
p { color: rgb(37,61,20); }
H1.HeaderClassName
{
color: #253D14;
}
.AnyTagClassName
{
color: #253D14;
}
</style>
background-color css
<style>
a { background-color: #253D14; }
a { background-color: rgb(37,61,20); }
div.DivClassName
{
background-color: #253D14;
}
.BgClassName
{
background-color: #253D14;
}
</style>
border-color css
<style>
span { border-color: #253D14; }
span { border-color: rgb(37,61,20); }
td.TdClassName
{
border-color: #253D14;
}
.TagClassName
{
border-color: #253D14;
}
</style>