Shades of Holly #24382A
Tints of Holly #24382A
RGB
CMYK
RGB Variations
Color information
#24382A (or 0x24382A) is known color: Holly. HEX triplet: 24, 38 and 2A. RGB value is (36,56,42). Sum of RGB (Red+Green+Blue) = 36+56+42=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #24382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24382A is #DBC7D5. Grayscale: #303030. Windows color (decimal): -14403542 or 2766884. OLE color: 2766884.
HSL color Cylindrical-coordinate representation of color #24382A: hue angle of 138º 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 #24382A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 56 | 42 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.78 |
| HSL | 138º | 0.22% | 0.18% | - |
| HSV(B) | 138º | 0.36% | 0.22% | - |
| XYZ | 2.56 | 3.37 | 2.71 | - |
| YUV | 48.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 42 | 0.36 | 0 | 0.25 | 0.78 | 138 | 0.22 | 0.18 |
| Hex | 24 | 38 | 2A | 24 | 0 | 19 | 4E | 8A | 16 | 12 |
| Octal | 44 | 70 | 52 | 44 | 0 | 31 | 116 | 212 | 26 | 22 |
| Binary | 100100 | 111000 | 101010 | 100100 | 0 | 11001 | 1001110 | 10001010 | 10110 | 10010 |
Color Harmonies of #24382A
Complementary color
Monochromatic Colors of #24382A
Black with #24382A
Text Example
Text Example
White with #24382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24382A; }
p { color: rgb(36,56,42); }
H1.HeaderClassName
{
color: #24382A;
}
.AnyTagClassName
{
color: #24382A;
}
</style>
background-color css
<style>
a { background-color: #24382A; }
a { background-color: rgb(36,56,42); }
div.DivClassName
{
background-color: #24382A;
}
.BgClassName
{
background-color: #24382A;
}
</style>
border-color css
<style>
span { border-color: #24382A; }
span { border-color: rgb(36,56,42); }
td.TdClassName
{
border-color: #24382A;
}
.TagClassName
{
border-color: #24382A;
}
</style>