Html Css Color HEX #312123 Aubergine

📋 copy color: '#312123'

red 49 ◦ green 33 ◦ blue 35

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

Shades of Aubergine #312123

Tints of Aubergine #312123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.91%

R = 41.88%
G = 28.21%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312123 (or 0x312123) is known color: Aubergine. HEX triplet: 31, 21 and 23. RGB value is (49,33,35). Sum of RGB (Red+Green+Blue) = 49+33+35=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312123 is #CEDEDC. Grayscale: #262626. Windows color (decimal): -13557469 or 2302257. OLE color: 2302257.

HSL color Cylindrical-coordinate representation of color #312123: hue angle of 352.5º 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 #312123 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 35 -
CMYK 0 0.33 0.29 0.81
HSL 352.5º 0.2% 0.16% -
HSV(B) 352.5º 0.33% 0.19% -
XYZ 2.11 1.86 1.84 -
YUV 38.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 49 33 35 0 0.33 0.29 0.81 352.5 0.2 0.16
Hex 31 21 23 0 21 1D 51 160 14 10
Octal 61 41 43 0 41 35 121 540 24 20
Binary 110001 100001 100011 0 100001 11101 1010001 101100000 10100 10000

Color Harmonies of #312123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312123

Black with #312123

Text Example


Text Example

White with #312123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312123; }

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

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

background-color css

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

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

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

border-color css

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

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

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