Shades of Holly #25352C
Tints of Holly #25352C
RGB
CMYK
RGB Variations
Color information
#25352C (or 0x25352C) is known color: Holly. HEX triplet: 25, 35 and 2C. RGB value is (37,53,44). Sum of RGB (Red+Green+Blue) = 37+53+44=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #25352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352C is #DACAD3. Grayscale: #2F2F2F. Windows color (decimal): -14338772 or 2897189. OLE color: 2897189.
HSL color Cylindrical-coordinate representation of color #25352C: hue angle of 146.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #25352C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 53 | 44 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.79 |
| HSL | 146.25º | 0.18% | 0.18% | - |
| HSV(B) | 146.25º | 0.3% | 0.21% | - |
| XYZ | 2.49 | 3.12 | 2.85 | - |
| YUV | 47.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 44 | 0.30 | 0 | 0.17 | 0.79 | 146.25 | 0.18 | 0.18 |
| Hex | 25 | 35 | 2C | 1E | 0 | 11 | 4F | 92 | 12 | 12 |
| Octal | 45 | 65 | 54 | 36 | 0 | 21 | 117 | 222 | 22 | 22 |
| Binary | 100101 | 110101 | 101100 | 11110 | 0 | 10001 | 1001111 | 10010010 | 10010 | 10010 |
Color Harmonies of #25352C
Complementary color
Monochromatic Colors of #25352C
Black with #25352C
Text Example
Text Example
White with #25352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25352C; }
p { color: rgb(37,53,44); }
H1.HeaderClassName
{
color: #25352C;
}
.AnyTagClassName
{
color: #25352C;
}
</style>
background-color css
<style>
a { background-color: #25352C; }
a { background-color: rgb(37,53,44); }
div.DivClassName
{
background-color: #25352C;
}
.BgClassName
{
background-color: #25352C;
}
</style>
border-color css
<style>
span { border-color: #25352C; }
span { border-color: rgb(37,53,44); }
td.TdClassName
{
border-color: #25352C;
}
.TagClassName
{
border-color: #25352C;
}
</style>