Shades of Holly #24382C
Tints of Holly #24382C
RGB
CMYK
RGB Variations
Color information
#24382C (or 0x24382C) is known color: Holly. HEX triplet: 24, 38 and 2C. RGB value is (36,56,44). Sum of RGB (Red+Green+Blue) = 36+56+44=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #24382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24382C is #DBC7D3. Grayscale: #303030. Windows color (decimal): -14403540 or 2897956. OLE color: 2897956.
HSL color Cylindrical-coordinate representation of color #24382C: hue angle of 144º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #24382C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 56 | 44 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.78 |
| HSL | 144º | 0.22% | 0.18% | - |
| HSV(B) | 144º | 0.36% | 0.22% | - |
| XYZ | 2.6 | 3.39 | 2.9 | - |
| YUV | 48.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 44 | 0.36 | 0 | 0.21 | 0.78 | 144 | 0.22 | 0.18 |
| Hex | 24 | 38 | 2C | 24 | 0 | 15 | 4E | 90 | 16 | 12 |
| Octal | 44 | 70 | 54 | 44 | 0 | 25 | 116 | 220 | 26 | 22 |
| Binary | 100100 | 111000 | 101100 | 100100 | 0 | 10101 | 1001110 | 10010000 | 10110 | 10010 |
Color Harmonies of #24382C
Complementary color
Monochromatic Colors of #24382C
Black with #24382C
Text Example
Text Example
White with #24382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24382C; }
p { color: rgb(36,56,44); }
H1.HeaderClassName
{
color: #24382C;
}
.AnyTagClassName
{
color: #24382C;
}
</style>
background-color css
<style>
a { background-color: #24382C; }
a { background-color: rgb(36,56,44); }
div.DivClassName
{
background-color: #24382C;
}
.BgClassName
{
background-color: #24382C;
}
</style>
border-color css
<style>
span { border-color: #24382C; }
span { border-color: rgb(36,56,44); }
td.TdClassName
{
border-color: #24382C;
}
.TagClassName
{
border-color: #24382C;
}
</style>