Shades of Holly #22352A
Tints of Holly #22352A
RGB
CMYK
RGB Variations
Color information
#22352A (or 0x22352A) is known color: Holly. HEX triplet: 22, 35 and 2A. RGB value is (34,53,42). Sum of RGB (Red+Green+Blue) = 34+53+42=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #22352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22352A is #DDCAD5. Grayscale: #2E2E2E. Windows color (decimal): -14535382 or 2766114. OLE color: 2766114.
HSL color Cylindrical-coordinate representation of color #22352A: hue angle of 145.26º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #22352A is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 53 | 42 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.79 |
| HSL | 145.26º | 0.22% | 0.17% | - |
| HSV(B) | 145.26º | 0.36% | 0.21% | - |
| XYZ | 2.35 | 3.05 | 2.66 | - |
| YUV | 46.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 42 | 0.36 | 0 | 0.21 | 0.79 | 145.26 | 0.22 | 0.17 |
| Hex | 22 | 35 | 2A | 24 | 0 | 15 | 4F | 91 | 16 | 11 |
| Octal | 42 | 65 | 52 | 44 | 0 | 25 | 117 | 221 | 26 | 21 |
| Binary | 100010 | 110101 | 101010 | 100100 | 0 | 10101 | 1001111 | 10010001 | 10110 | 10001 |
Color Harmonies of #22352A
Complementary color
Monochromatic Colors of #22352A
Black with #22352A
Text Example
Text Example
White with #22352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22352A; }
p { color: rgb(34,53,42); }
H1.HeaderClassName
{
color: #22352A;
}
.AnyTagClassName
{
color: #22352A;
}
</style>
background-color css
<style>
a { background-color: #22352A; }
a { background-color: rgb(34,53,42); }
div.DivClassName
{
background-color: #22352A;
}
.BgClassName
{
background-color: #22352A;
}
</style>
border-color css
<style>
span { border-color: #22352A; }
span { border-color: rgb(34,53,42); }
td.TdClassName
{
border-color: #22352A;
}
.TagClassName
{
border-color: #22352A;
}
</style>