Shades of Holly #24362A
Tints of Holly #24362A
RGB
CMYK
RGB Variations
Color information
#24362A (or 0x24362A) is known color: Holly. HEX triplet: 24, 36 and 2A. RGB value is (36,54,42). Sum of RGB (Red+Green+Blue) = 36+54+42=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #24362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24362A is #DBC9D5. Grayscale: #2F2F2F. Windows color (decimal): -14404054 or 2766372. OLE color: 2766372.
HSL color Cylindrical-coordinate representation of color #24362A: hue angle of 140º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24362A is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 54 | 42 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.79 |
| HSL | 140º | 0.2% | 0.18% | - |
| HSV(B) | 140º | 0.33% | 0.21% | - |
| XYZ | 2.46 | 3.18 | 2.67 | - |
| YUV | 47.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 42 | 0.33 | 0 | 0.22 | 0.79 | 140 | 0.2 | 0.18 |
| Hex | 24 | 36 | 2A | 21 | 0 | 16 | 4F | 8C | 14 | 12 |
| Octal | 44 | 66 | 52 | 41 | 0 | 26 | 117 | 214 | 24 | 22 |
| Binary | 100100 | 110110 | 101010 | 100001 | 0 | 10110 | 1001111 | 10001100 | 10100 | 10010 |
Color Harmonies of #24362A
Complementary color
Monochromatic Colors of #24362A
Black with #24362A
Text Example
Text Example
White with #24362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24362A; }
p { color: rgb(36,54,42); }
H1.HeaderClassName
{
color: #24362A;
}
.AnyTagClassName
{
color: #24362A;
}
</style>
background-color css
<style>
a { background-color: #24362A; }
a { background-color: rgb(36,54,42); }
div.DivClassName
{
background-color: #24362A;
}
.BgClassName
{
background-color: #24362A;
}
</style>
border-color css
<style>
span { border-color: #24362A; }
span { border-color: rgb(36,54,42); }
td.TdClassName
{
border-color: #24362A;
}
.TagClassName
{
border-color: #24362A;
}
</style>