Shades of Holly #213328
Tints of Holly #213328
RGB
CMYK
RGB Variations
Color information
#213328 (or 0x213328) is known color: Holly. HEX triplet: 21, 33 and 28. RGB value is (33,51,40). Sum of RGB (Red+Green+Blue) = 33+51+40=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #213328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213328 is #DECCD7. Grayscale: #2C2C2C. Windows color (decimal): -14601432 or 2634529. OLE color: 2634529.
HSL color Cylindrical-coordinate representation of color #213328: hue angle of 143.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213328 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 40 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.8 |
| HSL | 143.33º | 0.21% | 0.16% | - |
| HSV(B) | 143.33º | 0.35% | 0.2% | - |
| XYZ | 2.19 | 2.84 | 2.44 | - |
| YUV | 44.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 40 | 0.35 | 0 | 0.22 | 0.8 | 143.33 | 0.21 | 0.16 |
| Hex | 21 | 33 | 28 | 23 | 0 | 16 | 50 | 8F | 15 | 10 |
| Octal | 41 | 63 | 50 | 43 | 0 | 26 | 120 | 217 | 25 | 20 |
| Binary | 100001 | 110011 | 101000 | 100011 | 0 | 10110 | 1010000 | 10001111 | 10101 | 10000 |
Color Harmonies of #213328
Complementary color
Monochromatic Colors of #213328
Black with #213328
Text Example
Text Example
White with #213328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213328; }
p { color: rgb(33,51,40); }
H1.HeaderClassName
{
color: #213328;
}
.AnyTagClassName
{
color: #213328;
}
</style>
background-color css
<style>
a { background-color: #213328; }
a { background-color: rgb(33,51,40); }
div.DivClassName
{
background-color: #213328;
}
.BgClassName
{
background-color: #213328;
}
</style>
border-color css
<style>
span { border-color: #213328; }
span { border-color: rgb(33,51,40); }
td.TdClassName
{
border-color: #213328;
}
.TagClassName
{
border-color: #213328;
}
</style>