Html Css Color HEX #223328 Holly

📋 copy color: '#223328'

red 34 ◦ green 51 ◦ blue 40

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

Shades of Holly #223328

Tints of Holly #223328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 27.2%
G = 40.8%
B = 32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#223328 (or 0x223328) is known color: Holly. HEX triplet: 22, 33 and 28. RGB value is (34,51,40). Sum of RGB (Red+Green+Blue) = 34+51+40=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #223328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223328 is #DDCCD7. Grayscale: #2C2C2C. Windows color (decimal): -14535896 or 2634530. OLE color: 2634530.

HSL color Cylindrical-coordinate representation of color #223328: hue angle of 141.18º 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 #223328 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 34 51 40 -
CMYK 0.33 0 0.22 0.8
HSL 141.18º 0.2% 0.17% -
HSV(B) 141.18º 0.33% 0.2% -
XYZ 2.23 2.86 2.44 -
YUV 44.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 34 51 40 0.33 0 0.22 0.8 141.18 0.2 0.17
Hex 22 33 28 21 0 16 50 8D 14 11
Octal 42 63 50 41 0 26 120 215 24 21
Binary 100010 110011 101000 100001 0 10110 1010000 10001101 10100 10001

Color Harmonies of #223328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223328

Black with #223328

Text Example


Text Example

White with #223328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223328; }

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

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

background-color css

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

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

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

border-color css

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

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

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