Html Css Color HEX #332425 Aubergine

📋 copy color: '#332425'

red 51 ◦ green 36 ◦ blue 37

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

Shades of Aubergine #332425

Tints of Aubergine #332425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.03%

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

R = 41.13%
G = 29.03%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#332425 (or 0x332425) is known color: Aubergine. HEX triplet: 33, 24 and 25. RGB value is (51,36,37). Sum of RGB (Red+Green+Blue) = 51+36+37=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332425 is #CCDBDA. Grayscale: #282828. Windows color (decimal): -13425627 or 2434099. OLE color: 2434099.

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

Color convert

RGB 51 36 37 -
CMYK 0 0.29 0.27 0.8
HSL 356º 0.17% 0.17% -
HSV(B) 356º 0.29% 0.2% -
XYZ 2.33 2.1 2.03 -
YUV 40.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 51 36 37 0 0.29 0.27 0.8 356 0.17 0.17
Hex 33 24 25 0 1D 1B 50 164 11 11
Octal 63 44 45 0 35 33 120 544 21 21
Binary 110011 100100 100101 0 11101 11011 1010000 101100100 10001 10001

Color Harmonies of #332425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332425

Black with #332425

Text Example


Text Example

White with #332425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332425; }

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

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

background-color css

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

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

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

border-color css

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

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

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