Html Css Color HEX #332227 Aubergine

📋 copy color: '#332227'

red 51 ◦ green 34 ◦ blue 39

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

Shades of Aubergine #332227

Tints of Aubergine #332227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 41.13%
G = 27.42%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#332227 (or 0x332227) is known color: Aubergine. HEX triplet: 33, 22 and 27. RGB value is (51,34,39). Sum of RGB (Red+Green+Blue) = 51+34+39=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332227 is #CCDDD8. Grayscale: #272727. Windows color (decimal): -13426137 or 2564659. OLE color: 2564659.

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

Color convert

RGB 51 34 39 -
CMYK 0 0.33 0.24 0.8
HSL 342.35º 0.2% 0.17% -
HSV(B) 342.35º 0.33% 0.2% -
XYZ 2.3 1.99 2.18 -
YUV 39.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 51 34 39 0 0.33 0.24 0.8 342.35 0.2 0.17
Hex 33 22 27 0 21 18 50 156 14 11
Octal 63 42 47 0 41 30 120 526 24 21
Binary 110011 100010 100111 0 100001 11000 1010000 101010110 10100 10001

Color Harmonies of #332227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332227

Black with #332227

Text Example


Text Example

White with #332227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332227; }

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

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

background-color css

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

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

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

border-color css

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

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

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