Html Css Color HEX #332D2E Aubergine

📋 copy color: '#332D2E'

red 51 ◦ green 45 ◦ blue 46

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

Shades of Aubergine #332D2E

Tints of Aubergine #332D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.69%

 BLUE value IS 46 (18.36% from 255) = 32.39%

R = 35.92%
G = 31.69%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#332D2E (or 0x332D2E) is known color: Aubergine. HEX triplet: 33, 2D and 2E. RGB value is (51,45,46). Sum of RGB (Red+Green+Blue) = 51+45+46=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D2E is #CCD2D1. Grayscale: #2E2E2E. Windows color (decimal): -13423314 or 3026227. OLE color: 3026227.

HSL color Cylindrical-coordinate representation of color #332D2E: hue angle of 350º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332D2E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 45 46 -
CMYK 0 0.12 0.10 0.8
HSL 350º 0.06% 0.19% -
HSV(B) 350º 0.12% 0.2% -
XYZ 2.8 2.78 2.97 -
YUV 46.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 51 45 46 0 0.12 0.10 0.8 350 0.06 0.19
Hex 33 2D 2E 0 C A 50 15E 6 13
Octal 63 55 56 0 14 12 120 536 6 23
Binary 110011 101101 101110 0 1100 1010 1010000 101011110 110 10011

Color Harmonies of #332D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D2E

Black with #332D2E

Text Example


Text Example

White with #332D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,46); }

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

background-color css

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

 a { background-color: rgb(51,45,46); }

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

border-color css

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

 span { border-color: rgb(51,45,46); }

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