Html Css Color HEX #332629 Aubergine

📋 copy color: '#332629'

red 51 ◦ green 38 ◦ blue 41

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

Shades of Aubergine #332629

Tints of Aubergine #332629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

 BLUE value IS 41 (16.41% from 255) = 31.54%

R = 39.23%
G = 29.23%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#332629 (or 0x332629) is known color: Aubergine. HEX triplet: 33, 26 and 29. RGB value is (51,38,41). Sum of RGB (Red+Green+Blue) = 51+38+41=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332629 is #CCD9D6. Grayscale: #2A2A2A. Windows color (decimal): -13425111 or 2696755. OLE color: 2696755.

HSL color Cylindrical-coordinate representation of color #332629: hue angle of 346.15º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #332629 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 38 41 -
CMYK 0 0.25 0.20 0.8
HSL 346.15º 0.15% 0.17% -
HSV(B) 346.15º 0.25% 0.2% -
XYZ 2.46 2.25 2.4 -
YUV 42.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 51 38 41 0 0.25 0.20 0.8 346.15 0.15 0.17
Hex 33 26 29 0 19 14 50 15A F 11
Octal 63 46 51 0 31 24 120 532 17 21
Binary 110011 100110 101001 0 11001 10100 1010000 101011010 1111 10001

Color Harmonies of #332629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332629

Black with #332629

Text Example


Text Example

White with #332629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332629; }

 p { color: rgb(51,38,41); }

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

background-color css

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

 a { background-color: rgb(51,38,41); }

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

border-color css

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

 span { border-color: rgb(51,38,41); }

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