Html Css Color HEX #223229 Holly

📋 copy color: '#223229'

red 34 ◦ green 50 ◦ blue 41

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

Shades of Holly #223229

Tints of Holly #223229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 27.2%
G = 40%
B = 32.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#223229 (or 0x223229) is known color: Holly. HEX triplet: 22, 32 and 29. RGB value is (34,50,41). Sum of RGB (Red+Green+Blue) = 34+50+41=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #223229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223229 is #DDCDD6. Grayscale: #2C2C2C. Windows color (decimal): -14536151 or 2699810. OLE color: 2699810.

HSL color Cylindrical-coordinate representation of color #223229: hue angle of 146.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #223229 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 34 50 41 -
CMYK 0.32 0 0.18 0.80
HSL 146.25º 0.19% 0.16% -
HSV(B) 146.25º 0.32% 0.2% -
XYZ 2.2 2.78 2.52 -
YUV 44.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 34 50 41 0.32 0 0.18 0.80 146.25 0.19 0.16
Hex 22 32 29 20 0 12 50 92 13 10
Octal 42 62 51 40 0 22 120 222 23 20
Binary 100010 110010 101001 100000 0 10010 1010000 10010010 10011 10000

Color Harmonies of #223229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223229

Black with #223229

Text Example


Text Example

White with #223229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223229; }

 p { color: rgb(34,50,41); }

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

background-color css

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

 a { background-color: rgb(34,50,41); }

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

border-color css

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

 span { border-color: rgb(34,50,41); }

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