Shades of English Holly #253D31
Tints of English Holly #253D31
RGB
CMYK
RGB Variations
Color information
#253D31 (or 0x253D31) is known color: English Holly. HEX triplet: 25, 3D and 31. RGB value is (37,61,49). Sum of RGB (Red+Green+Blue) = 37+61+49=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #253D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D31 is #DAC2CE. Grayscale: #343434. Windows color (decimal): -14336719 or 3226917. OLE color: 3226917.
HSL color Cylindrical-coordinate representation of color #253D31: hue angle of 150º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D31 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 49 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.76 |
| HSL | 150º | 0.24% | 0.19% | - |
| HSV(B) | 150º | 0.39% | 0.24% | - |
| XYZ | 2.99 | 3.95 | 3.51 | - |
| YUV | 52.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 49 | 0.39 | 0 | 0.20 | 0.76 | 150 | 0.24 | 0.19 |
| Hex | 25 | 3D | 31 | 27 | 0 | 14 | 4C | 96 | 18 | 13 |
| Octal | 45 | 75 | 61 | 47 | 0 | 24 | 114 | 226 | 30 | 23 |
| Binary | 100101 | 111101 | 110001 | 100111 | 0 | 10100 | 1001100 | 10010110 | 11000 | 10011 |
Color Harmonies of #253D31
Complementary color
Monochromatic Colors of #253D31
Black with #253D31
Text Example
Text Example
White with #253D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D31; }
p { color: rgb(37,61,49); }
H1.HeaderClassName
{
color: #253D31;
}
.AnyTagClassName
{
color: #253D31;
}
</style>
background-color css
<style>
a { background-color: #253D31; }
a { background-color: rgb(37,61,49); }
div.DivClassName
{
background-color: #253D31;
}
.BgClassName
{
background-color: #253D31;
}
</style>
border-color css
<style>
span { border-color: #253D31; }
span { border-color: rgb(37,61,49); }
td.TdClassName
{
border-color: #253D31;
}
.TagClassName
{
border-color: #253D31;
}
</style>