Html Css Color HEX #37242A Aubergine

📋 copy color: '#37242A'

red 55 ◦ green 36 ◦ blue 42

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

Shades of Aubergine #37242A

Tints of Aubergine #37242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 41.35%
G = 27.07%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37242A (or 0x37242A) is known color: Aubergine. HEX triplet: 37, 24 and 2A. RGB value is (55,36,42). Sum of RGB (Red+Green+Blue) = 55+36+42=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #37242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37242A is #C8DBD5. Grayscale: #2A2A2A. Windows color (decimal): -13163478 or 2761783. OLE color: 2761783.

HSL color Cylindrical-coordinate representation of color #37242A: hue angle of 341.05º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37242A is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 36 42 -
CMYK 0 0.35 0.24 0.78
HSL 341.05º 0.21% 0.18% -
HSV(B) 341.05º 0.35% 0.22% -
XYZ 2.62 2.24 2.48 -
YUV 42.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 55 36 42 0 0.35 0.24 0.78 341.05 0.21 0.18
Hex 37 24 2A 0 23 18 4E 155 15 12
Octal 67 44 52 0 43 30 116 525 25 22
Binary 110111 100100 101010 0 100011 11000 1001110 101010101 10101 10010

Color Harmonies of #37242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37242A

Black with #37242A

Text Example


Text Example

White with #37242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37242A; }

 p { color: rgb(55,36,42); }

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

background-color css

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

 a { background-color: rgb(55,36,42); }

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

border-color css

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

 span { border-color: rgb(55,36,42); }

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