Html Css Color HEX #332225 Aubergine

📋 copy color: '#332225'

red 51 ◦ green 34 ◦ blue 37

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

Shades of Aubergine #332225

Tints of Aubergine #332225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.33%

R = 41.8%
G = 27.87%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#332225 (or 0x332225) is known color: Aubergine. HEX triplet: 33, 22 and 25. RGB value is (51,34,37). Sum of RGB (Red+Green+Blue) = 51+34+37=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332225 is #CCDDDA. Grayscale: #272727. Windows color (decimal): -13426139 or 2433587. OLE color: 2433587.

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

Color convert

RGB 51 34 37 -
CMYK 0 0.33 0.27 0.8
HSL 349.41º 0.2% 0.17% -
HSV(B) 349.41º 0.33% 0.2% -
XYZ 2.27 1.98 2.01 -
YUV 39.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 51 34 37 0 0.33 0.27 0.8 349.41 0.2 0.17
Hex 33 22 25 0 21 1B 50 15D 14 11
Octal 63 42 45 0 41 33 120 535 24 21
Binary 110011 100010 100101 0 100001 11011 1010000 101011101 10100 10001

Color Harmonies of #332225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332225

Black with #332225

Text Example


Text Example

White with #332225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332225; }

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

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

background-color css

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

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

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

border-color css

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

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

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