#22342A

Color #22342A Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #22342A

Tints of Holly #22342A

Color information

#22342A (or 0x22342A) is unknown color: approx 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

RGB345242-
CMYK0.3500.190.80
HSL146.67º20.93%16.86%-
HSV(B)146.67º34.62%20.39%-
XYZ2.312.962.64-
YUV45.48126.04119.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=26.56%
G=40.62%
B=32.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3452420.3500.190.80146.6720.9316.86
Hex22342A2301350931511
Octal426452430231202232521
Binary1000101101001010101000110100111010000100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>