Html Css Color HEX #332B2D Aubergine

📋 copy color: '#332B2D'

red 51 ◦ green 43 ◦ blue 45

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

Shades of Aubergine #332B2D

Tints of Aubergine #332B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.94%

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 36.69%
G = 30.94%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#332B2D (or 0x332B2D) is known color: Aubergine. HEX triplet: 33, 2B and 2D. RGB value is (51,43,45). Sum of RGB (Red+Green+Blue) = 51+43+45=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B2D is #CCD4D2. Grayscale: #2D2D2D. Windows color (decimal): -13423827 or 2960179. OLE color: 2960179.

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

Color convert

RGB 51 43 45 -
CMYK 0 0.16 0.12 0.8
HSL 345º 0.09% 0.18% -
HSV(B) 345º 0.16% 0.2% -
XYZ 2.7 2.62 2.85 -
YUV 45.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 51 43 45 0 0.16 0.12 0.8 345 0.09 0.18
Hex 33 2B 2D 0 10 C 50 159 9 12
Octal 63 53 55 0 20 14 120 531 11 22
Binary 110011 101011 101101 0 10000 1100 1010000 101011001 1001 10010

Color Harmonies of #332B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B2D

Black with #332B2D

Text Example


Text Example

White with #332B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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