Shades of Holly #25372B
Tints of Holly #25372B
RGB
CMYK
RGB Variations
Color information
#25372B (or 0x25372B) is known color: Holly. HEX triplet: 25, 37 and 2B. RGB value is (37,55,43). Sum of RGB (Red+Green+Blue) = 37+55+43=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #25372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372B is #DAC8D4. Grayscale: #303030. Windows color (decimal): -14338261 or 2832165. OLE color: 2832165.
HSL color Cylindrical-coordinate representation of color #25372B: hue angle of 140º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #25372B is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 55 | 43 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.78 |
| HSL | 140º | 0.2% | 0.18% | - |
| HSV(B) | 140º | 0.33% | 0.22% | - |
| XYZ | 2.57 | 3.3 | 2.79 | - |
| YUV | 48.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 43 | 0.33 | 0 | 0.22 | 0.78 | 140 | 0.2 | 0.18 |
| Hex | 25 | 37 | 2B | 21 | 0 | 16 | 4E | 8C | 14 | 12 |
| Octal | 45 | 67 | 53 | 41 | 0 | 26 | 116 | 214 | 24 | 22 |
| Binary | 100101 | 110111 | 101011 | 100001 | 0 | 10110 | 1001110 | 10001100 | 10100 | 10010 |
Color Harmonies of #25372B
Complementary color
Monochromatic Colors of #25372B
Black with #25372B
Text Example
Text Example
White with #25372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25372B; }
p { color: rgb(37,55,43); }
H1.HeaderClassName
{
color: #25372B;
}
.AnyTagClassName
{
color: #25372B;
}
</style>
background-color css
<style>
a { background-color: #25372B; }
a { background-color: rgb(37,55,43); }
div.DivClassName
{
background-color: #25372B;
}
.BgClassName
{
background-color: #25372B;
}
</style>
border-color css
<style>
span { border-color: #25372B; }
span { border-color: rgb(37,55,43); }
td.TdClassName
{
border-color: #25372B;
}
.TagClassName
{
border-color: #25372B;
}
</style>