Html Css Color HEX #223329 Holly

📋 copy color: '#223329'

red 34 ◦ green 51 ◦ blue 41

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

Shades of Holly #223329

Tints of Holly #223329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

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

R = 26.98%
G = 40.48%
B = 32.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#223329 (or 0x223329) is known color: Holly. HEX triplet: 22, 33 and 29. RGB value is (34,51,41). Sum of RGB (Red+Green+Blue) = 34+51+41=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #223329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223329 is #DDCCD6. Grayscale: #2C2C2C. Windows color (decimal): -14535895 or 2700066. OLE color: 2700066.

HSL color Cylindrical-coordinate representation of color #223329: hue angle of 144.71º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #223329 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 34 51 41 -
CMYK 0.33 0 0.20 0.8
HSL 144.71º 0.2% 0.17% -
HSV(B) 144.71º 0.33% 0.2% -
XYZ 2.24 2.87 2.53 -
YUV 44.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 34 51 41 0.33 0 0.20 0.8 144.71 0.2 0.17
Hex 22 33 29 21 0 14 50 91 14 11
Octal 42 63 51 41 0 24 120 221 24 21
Binary 100010 110011 101001 100001 0 10100 1010000 10010001 10100 10001

Color Harmonies of #223329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223329

Black with #223329

Text Example


Text Example

White with #223329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223329; }

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

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

background-color css

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

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

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

border-color css

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

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

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