Html Css Color HEX #372B2D Aubergine

📋 copy color: '#372B2D'

red 55 ◦ green 43 ◦ blue 45

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

Shades of Aubergine #372B2D

Tints of Aubergine #372B2D

RGB

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

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

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

R = 38.46%
G = 30.07%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#372B2D (or 0x372B2D) is known color: Aubergine. HEX triplet: 37, 2B and 2D. RGB value is (55,43,45). Sum of RGB (Red+Green+Blue) = 55+43+45=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B2D is #C8D4D2. Grayscale: #2E2E2E. Windows color (decimal): -13161683 or 2960183. OLE color: 2960183.

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

Color convert

RGB 55 43 45 -
CMYK 0 0.22 0.18 0.78
HSL 350º 0.12% 0.19% -
HSV(B) 350º 0.22% 0.22% -
XYZ 2.91 2.73 2.86 -
YUV 46.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 55 43 45 0 0.22 0.18 0.78 350 0.12 0.19
Hex 37 2B 2D 0 16 12 4E 15E C 13
Octal 67 53 55 0 26 22 116 536 14 23
Binary 110111 101011 101101 0 10110 10010 1001110 101011110 1100 10011

Color Harmonies of #372B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B2D

Black with #372B2D

Text Example


Text Example

White with #372B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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