Html Css Color HEX #22392A Holly

📋 copy color: '#22392A'

red 34 ◦ green 57 ◦ blue 42

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

Shades of Holly #22392A

Tints of Holly #22392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.86%

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

R = 25.56%
G = 42.86%
B = 31.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#22392A (or 0x22392A) is known color: Holly. HEX triplet: 22, 39 and 2A. RGB value is (34,57,42). Sum of RGB (Red+Green+Blue) = 34+57+42=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #22392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22392A is #DDC6D5. Grayscale: #303030. Windows color (decimal): -14534358 or 2767138. OLE color: 2767138.

HSL color Cylindrical-coordinate representation of color #22392A: hue angle of 140.87º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #22392A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 57 42 -
CMYK 0.40 0 0.26 0.78
HSL 140.87º 0.25% 0.18% -
HSV(B) 140.87º 0.4% 0.22% -
XYZ 2.54 3.43 2.72 -
YUV 48.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 34 57 42 0.40 0 0.26 0.78 140.87 0.25 0.18
Hex 22 39 2A 28 0 1A 4E 8D 19 12
Octal 42 71 52 50 0 32 116 215 31 22
Binary 100010 111001 101010 101000 0 11010 1001110 10001101 11001 10010

Color Harmonies of #22392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22392A

Black with #22392A

Text Example


Text Example

White with #22392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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