Html Css Color HEX #332024 Aubergine

📋 copy color: '#332024'

red 51 ◦ green 32 ◦ blue 36

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

Shades of Aubergine #332024

Tints of Aubergine #332024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

 BLUE value IS 36 (14.45% from 255) = 30.25%

R = 42.86%
G = 26.89%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#332024 (or 0x332024) is known color: Aubergine. HEX triplet: 33, 20 and 24. RGB value is (51,32,36). Sum of RGB (Red+Green+Blue) = 51+32+36=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332024 is #CCDFDB. Grayscale: #262626. Windows color (decimal): -13426652 or 2367539. OLE color: 2367539.

HSL color Cylindrical-coordinate representation of color #332024: hue angle of 347.37º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332024 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 32 36 -
CMYK 0 0.37 0.29 0.8
HSL 347.37º 0.23% 0.16% -
HSV(B) 347.37º 0.37% 0.2% -
XYZ 2.2 1.86 1.91 -
YUV 38.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 51 32 36 0 0.37 0.29 0.8 347.37 0.23 0.16
Hex 33 20 24 0 25 1D 50 15B 17 10
Octal 63 40 44 0 45 35 120 533 27 20
Binary 110011 100000 100100 0 100101 11101 1010000 101011011 10111 10000

Color Harmonies of #332024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332024

Black with #332024

Text Example


Text Example

White with #332024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332024; }

 p { color: rgb(51,32,36); }

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

background-color css

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

 a { background-color: rgb(51,32,36); }

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

border-color css

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

 span { border-color: rgb(51,32,36); }

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