Html Css Color HEX #332228 Aubergine

📋 copy color: '#332228'

red 51 ◦ green 34 ◦ blue 40

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

Shades of Aubergine #332228

Tints of Aubergine #332228

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#332228 (or 0x332228) is known color: Aubergine. HEX triplet: 33, 22 and 28. RGB value is (51,34,40). Sum of RGB (Red+Green+Blue) = 51+34+40=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332228 is #CCDDD7. Grayscale: #272727. Windows color (decimal): -13426136 or 2630195. OLE color: 2630195.

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

Color convert

RGB 51 34 40 -
CMYK 0 0.33 0.22 0.8
HSL 338.82º 0.2% 0.17% -
HSV(B) 338.82º 0.33% 0.2% -
XYZ 2.32 2 2.27 -
YUV 39.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 51 34 40 0 0.33 0.22 0.8 338.82 0.2 0.17
Hex 33 22 28 0 21 16 50 153 14 11
Octal 63 42 50 0 41 26 120 523 24 21
Binary 110011 100010 101000 0 100001 10110 1010000 101010011 10100 10001

Color Harmonies of #332228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332228

Black with #332228

Text Example


Text Example

White with #332228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332228; }

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

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

background-color css

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

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

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

border-color css

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

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

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