Html Css Color HEX #22372A Holly

📋 copy color: '#22372A'

red 34 ◦ green 55 ◦ blue 42

#22372A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Holly #22372A

Tints of Holly #22372A

RGB

 RED value IS 34 (13.67% from 255) = 25.95%

 GREEN value IS 55 (21.88% from 255) = 41.98%

 BLUE value IS 42 (16.8% from 255) = 32.06%

R = 25.95%
G = 41.98%
B = 32.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#22372A (or 0x22372A) is known color: Holly. HEX triplet: 22, 37 and 2A. RGB value is (34,55,42). Sum of RGB (Red+Green+Blue) = 34+55+42=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #22372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22372A is #DDC8D5. Grayscale: #2F2F2F. Windows color (decimal): -14534870 or 2766626. OLE color: 2766626.

HSL color Cylindrical-coordinate representation of color #22372A: hue angle of 142.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #22372A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 55 42 -
CMYK 0.38 0 0.24 0.78
HSL 142.86º 0.24% 0.17% -
HSV(B) 142.86º 0.38% 0.22% -
XYZ 2.44 3.24 2.69 -
YUV 47.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 34 55 42 0.38 0 0.24 0.78 142.86 0.24 0.17
Hex 22 37 2A 26 0 18 4E 8F 18 11
Octal 42 67 52 46 0 30 116 217 30 21
Binary 100010 110111 101010 100110 0 11000 1001110 10001111 11000 10001

Color Harmonies of #22372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22372A

Black with #22372A

Text Example


Text Example

White with #22372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22372A; }

 p { color: rgb(34,55,42); }

 H1.HeaderClassName
 {
   color: #22372A;
 }
 .AnyTagClassName
 {
   color: #22372A;
 }
</style>

background-color css

<style>
 a { background-color: #22372A; }

 a { background-color: rgb(34,55,42); }

 div.DivClassName
 {
   background-color: #22372A;
 }
 .BgClassName
 {
   background-color: #22372A;
 }
</style>

border-color css

<style>
 span { border-color: #22372A; }

 span { border-color: rgb(34,55,42); }

 td.TdClassName
 {
   border-color: #22372A;
 }
 .TagClassName
 {
   border-color: #22372A;
 }
</style>