Html Css Color HEX #312024 Aubergine

📋 copy color: '#312024'

red 49 ◦ green 32 ◦ blue 36

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

Shades of Aubergine #312024

Tints of Aubergine #312024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 41.88%
G = 27.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#312024 (or 0x312024) is known color: Aubergine. HEX triplet: 31, 20 and 24. RGB value is (49,32,36). Sum of RGB (Red+Green+Blue) = 49+32+36=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312024 is #CEDFDB. Grayscale: #252525. Windows color (decimal): -13557724 or 2367537. OLE color: 2367537.

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

Color convert

RGB 49 32 36 -
CMYK 0 0.35 0.27 0.81
HSL 345.88º 0.21% 0.16% -
HSV(B) 345.88º 0.35% 0.19% -
XYZ 2.1 1.81 1.91 -
YUV 37.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 49 32 36 0 0.35 0.27 0.81 345.88 0.21 0.16
Hex 31 20 24 0 23 1B 51 15A 15 10
Octal 61 40 44 0 43 33 121 532 25 20
Binary 110001 100000 100100 0 100011 11011 1010001 101011010 10101 10000

Color Harmonies of #312024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312024

Black with #312024

Text Example


Text Example

White with #312024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312024; }

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

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

background-color css

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

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

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

border-color css

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

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

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