Shades of Holly #25312A
Tints of Holly #25312A
RGB
CMYK
RGB Variations
Color information
#25312A (or 0x25312A) is known color: Holly. HEX triplet: 25, 31 and 2A. RGB value is (37,49,42). Sum of RGB (Red+Green+Blue) = 37+49+42=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #25312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312A is #DACED5. Grayscale: #2C2C2C. Windows color (decimal): -14339798 or 2765093. OLE color: 2765093.
HSL color Cylindrical-coordinate representation of color #25312A: hue angle of 145º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 42 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.81 |
| HSL | 145º | 0.14% | 0.17% | - |
| HSV(B) | 145º | 0.24% | 0.19% | - |
| XYZ | 2.28 | 2.76 | 2.6 | - |
| YUV | 44.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 42 | 0.24 | 0 | 0.14 | 0.81 | 145 | 0.14 | 0.17 |
| Hex | 25 | 31 | 2A | 18 | 0 | E | 51 | 91 | E | 11 |
| Octal | 45 | 61 | 52 | 30 | 0 | 16 | 121 | 221 | 16 | 21 |
| Binary | 100101 | 110001 | 101010 | 11000 | 0 | 1110 | 1010001 | 10010001 | 1110 | 10001 |
Color Harmonies of #25312A
Complementary color
Monochromatic Colors of #25312A
Black with #25312A
Text Example
Text Example
White with #25312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25312A; }
p { color: rgb(37,49,42); }
H1.HeaderClassName
{
color: #25312A;
}
.AnyTagClassName
{
color: #25312A;
}
</style>
background-color css
<style>
a { background-color: #25312A; }
a { background-color: rgb(37,49,42); }
div.DivClassName
{
background-color: #25312A;
}
.BgClassName
{
background-color: #25312A;
}
</style>
border-color css
<style>
span { border-color: #25312A; }
span { border-color: rgb(37,49,42); }
td.TdClassName
{
border-color: #25312A;
}
.TagClassName
{
border-color: #25312A;
}
</style>