Html Css Color HEX #332A2C Aubergine

📋 copy color: '#332A2C'

red 51 ◦ green 42 ◦ blue 44

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

Shades of Aubergine #332A2C

Tints of Aubergine #332A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 37.23%
G = 30.66%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#332A2C (or 0x332A2C) is known color: Aubergine. HEX triplet: 33, 2A and 2C. RGB value is (51,42,44). Sum of RGB (Red+Green+Blue) = 51+42+44=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A2C is #CCD5D3. Grayscale: #2C2C2C. Windows color (decimal): -13424084 or 2894387. OLE color: 2894387.

HSL color Cylindrical-coordinate representation of color #332A2C: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #332A2C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 42 44 -
CMYK 0 0.18 0.14 0.8
HSL 346.67º 0.1% 0.18% -
HSV(B) 346.67º 0.18% 0.2% -
XYZ 2.65 2.54 2.73 -
YUV 44.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 51 42 44 0 0.18 0.14 0.8 346.67 0.1 0.18
Hex 33 2A 2C 0 12 E 50 15B A 12
Octal 63 52 54 0 22 16 120 533 12 22
Binary 110011 101010 101100 0 10010 1110 1010000 101011011 1010 10010

Color Harmonies of #332A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A2C

Black with #332A2C

Text Example


Text Example

White with #332A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332A2C; }

 p { color: rgb(51,42,44); }

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

background-color css

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

 a { background-color: rgb(51,42,44); }

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

border-color css

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

 span { border-color: rgb(51,42,44); }

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