Html Css Color HEX #332122 Aubergine

📋 copy color: '#332122'

red 51 ◦ green 33 ◦ blue 34

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

Shades of Aubergine #332122

Tints of Aubergine #332122

RGB

 RED value IS 51 (20.31% from 255) = 43.22%

 GREEN value IS 33 (13.28% from 255) = 27.97%

 BLUE value IS 34 (13.67% from 255) = 28.81%

R = 43.22%
G = 27.97%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.8

RGB Variations

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

Color information

#332122 (or 0x332122) is known color: Aubergine. HEX triplet: 33, 21 and 22. RGB value is (51,33,34). Sum of RGB (Red+Green+Blue) = 51+33+34=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #332122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332122 is #CCDEDD. Grayscale: #262626. Windows color (decimal): -13426398 or 2236723. OLE color: 2236723.

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

Color convert

RGB 51 33 34 -
CMYK 0 0.35 0.33 0.8
HSL 356.67º 0.21% 0.16% -
HSV(B) 356.67º 0.35% 0.2% -
XYZ 2.2 1.91 1.77 -
YUV 38.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 51 33 34 0 0.35 0.33 0.8 356.67 0.21 0.16
Hex 33 21 22 0 23 21 50 165 15 10
Octal 63 41 42 0 43 41 120 545 25 20
Binary 110011 100001 100010 0 100011 100001 1010000 101100101 10101 10000

Color Harmonies of #332122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332122

Black with #332122

Text Example


Text Example

White with #332122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332122; }

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

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

background-color css

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

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

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

border-color css

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

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

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