Shades of Holly #22342A
Tints of Holly #22342A
RGB
CMYK
RGB Variations
Color information
#22342A (or 0x22342A) is known color: Holly. HEX triplet: 22, 34 and 2A. RGB value is (34,52,42). Sum of RGB (Red+Green+Blue) = 34+52+42=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #22342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22342A is #DDCBD5. Grayscale: #2D2D2D. Windows color (decimal): -14535638 or 2765858. OLE color: 2765858.
HSL color Cylindrical-coordinate representation of color #22342A: hue angle of 146.67º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #22342A is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 52 | 42 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.80 |
| HSL | 146.67º | 0.21% | 0.17% | - |
| HSV(B) | 146.67º | 0.35% | 0.2% | - |
| XYZ | 2.31 | 2.96 | 2.64 | - |
| YUV | 45.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 42 | 0.35 | 0 | 0.19 | 0.80 | 146.67 | 0.21 | 0.17 |
| Hex | 22 | 34 | 2A | 23 | 0 | 13 | 50 | 93 | 15 | 11 |
| Octal | 42 | 64 | 52 | 43 | 0 | 23 | 120 | 223 | 25 | 21 |
| Binary | 100010 | 110100 | 101010 | 100011 | 0 | 10011 | 1010000 | 10010011 | 10101 | 10001 |
Color Harmonies of #22342A
Complementary color
Monochromatic Colors of #22342A
Black with #22342A
Text Example
Text Example
White with #22342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22342A; }
p { color: rgb(34,52,42); }
H1.HeaderClassName
{
color: #22342A;
}
.AnyTagClassName
{
color: #22342A;
}
</style>
background-color css
<style>
a { background-color: #22342A; }
a { background-color: rgb(34,52,42); }
div.DivClassName
{
background-color: #22342A;
}
.BgClassName
{
background-color: #22342A;
}
</style>
border-color css
<style>
span { border-color: #22342A; }
span { border-color: rgb(34,52,42); }
td.TdClassName
{
border-color: #22342A;
}
.TagClassName
{
border-color: #22342A;
}
</style>