Html Css Color HEX #372529 Aubergine

📋 copy color: '#372529'

red 55 ◦ green 37 ◦ blue 41

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

Shades of Aubergine #372529

Tints of Aubergine #372529

RGB

 RED value IS 55 (21.88% from 255) = 41.35%

 GREEN value IS 37 (14.84% from 255) = 27.82%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 41.35%
G = 27.82%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#372529 (or 0x372529) is known color: Aubergine. HEX triplet: 37, 25 and 29. RGB value is (55,37,41). Sum of RGB (Red+Green+Blue) = 55+37+41=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #372529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372529 is #C8DAD6. Grayscale: #2A2A2A. Windows color (decimal): -13163223 or 2696503. OLE color: 2696503.

HSL color Cylindrical-coordinate representation of color #372529: hue angle of 346.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #372529 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 41 -
CMYK 0 0.33 0.25 0.78
HSL 346.67º 0.2% 0.18% -
HSV(B) 346.67º 0.33% 0.22% -
XYZ 2.64 2.3 2.4 -
YUV 42.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 55 37 41 0 0.33 0.25 0.78 346.67 0.2 0.18
Hex 37 25 29 0 21 19 4E 15B 14 12
Octal 67 45 51 0 41 31 116 533 24 22
Binary 110111 100101 101001 0 100001 11001 1001110 101011011 10100 10010

Color Harmonies of #372529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372529

Black with #372529

Text Example


Text Example

White with #372529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372529; }

 p { color: rgb(55,37,41); }

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

background-color css

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

 a { background-color: rgb(55,37,41); }

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

border-color css

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

 span { border-color: rgb(55,37,41); }

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