Html Css Color HEX #312124 Aubergine

📋 copy color: '#312124'

red 49 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #312124

Tints of Aubergine #312124

RGB

 RED value IS 49 (19.53% from 255) = 41.53%

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 41.53%
G = 27.97%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#312124 (or 0x312124) is known color: Aubergine. HEX triplet: 31, 21 and 24. RGB value is (49,33,36). Sum of RGB (Red+Green+Blue) = 49+33+36=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312124 is #CEDEDB. Grayscale: #262626. Windows color (decimal): -13557468 or 2367793. OLE color: 2367793.

HSL color Cylindrical-coordinate representation of color #312124: hue angle of 348.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312124 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 36 -
CMYK 0 0.33 0.27 0.81
HSL 348.75º 0.2% 0.16% -
HSV(B) 348.75º 0.33% 0.19% -
XYZ 2.13 1.87 1.92 -
YUV 38.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 49 33 36 0 0.33 0.27 0.81 348.75 0.2 0.16
Hex 31 21 24 0 21 1B 51 15D 14 10
Octal 61 41 44 0 41 33 121 535 24 20
Binary 110001 100001 100100 0 100001 11011 1010001 101011101 10100 10000

Color Harmonies of #312124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312124

Black with #312124

Text Example


Text Example

White with #312124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312124; }

 p { color: rgb(49,33,36); }

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

background-color css

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

 a { background-color: rgb(49,33,36); }

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

border-color css

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

 span { border-color: rgb(49,33,36); }

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