Html Css Color HEX #312324 Aubergine

📋 copy color: '#312324'

red 49 ◦ green 35 ◦ blue 36

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

Shades of Aubergine #312324

Tints of Aubergine #312324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

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

R = 40.83%
G = 29.17%
B = 30%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#312324 (or 0x312324) is known color: Aubergine. HEX triplet: 31, 23 and 24. RGB value is (49,35,36). Sum of RGB (Red+Green+Blue) = 49+35+36=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312324 is #CEDCDB. Grayscale: #272727. Windows color (decimal): -13556956 or 2368305. OLE color: 2368305.

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

Color convert

RGB 49 35 36 -
CMYK 0 0.29 0.27 0.81
HSL 355.71º 0.17% 0.16% -
HSV(B) 355.71º 0.29% 0.19% -
XYZ 2.19 1.98 1.94 -
YUV 39.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 49 35 36 0 0.29 0.27 0.81 355.71 0.17 0.16
Hex 31 23 24 0 1D 1B 51 164 11 10
Octal 61 43 44 0 35 33 121 544 21 20
Binary 110001 100011 100100 0 11101 11011 1010001 101100100 10001 10000

Color Harmonies of #312324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312324

Black with #312324

Text Example


Text Example

White with #312324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312324; }

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

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

background-color css

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

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

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

border-color css

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

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

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