Html Css Color HEX #332224 Aubergine

📋 copy color: '#332224'

red 51 ◦ green 34 ◦ blue 36

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

Shades of Aubergine #332224

Tints of Aubergine #332224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 42.15%
G = 28.1%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#332224 (or 0x332224) is known color: Aubergine. HEX triplet: 33, 22 and 24. RGB value is (51,34,36). Sum of RGB (Red+Green+Blue) = 51+34+36=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332224 is #CCDDDB. Grayscale: #272727. Windows color (decimal): -13426140 or 2368051. OLE color: 2368051.

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

Color convert

RGB 51 34 36 -
CMYK 0 0.33 0.29 0.8
HSL 352.94º 0.2% 0.17% -
HSV(B) 352.94º 0.33% 0.2% -
XYZ 2.26 1.98 1.93 -
YUV 39.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 51 34 36 0 0.33 0.29 0.8 352.94 0.2 0.17
Hex 33 22 24 0 21 1D 50 161 14 11
Octal 63 42 44 0 41 35 120 541 24 21
Binary 110011 100010 100100 0 100001 11101 1010000 101100001 10100 10001

Color Harmonies of #332224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332224

Black with #332224

Text Example


Text Example

White with #332224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332224; }

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

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

background-color css

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

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

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

border-color css

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

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

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