Html Css Color HEX #312023 Aubergine

📋 copy color: '#312023'

red 49 ◦ green 32 ◦ blue 35

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

Shades of Aubergine #312023

Tints of Aubergine #312023

RGB

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

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

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

R = 42.24%
G = 27.59%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312023 (or 0x312023) is known color: Aubergine. HEX triplet: 31, 20 and 23. RGB value is (49,32,35). Sum of RGB (Red+Green+Blue) = 49+32+35=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312023 is #CEDFDC. Grayscale: #252525. Windows color (decimal): -13557725 or 2302001. OLE color: 2302001.

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

Color convert

RGB 49 32 35 -
CMYK 0 0.35 0.29 0.81
HSL 349.41º 0.21% 0.16% -
HSV(B) 349.41º 0.35% 0.19% -
XYZ 2.09 1.81 1.83 -
YUV 37.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 49 32 35 0 0.35 0.29 0.81 349.41 0.21 0.16
Hex 31 20 23 0 23 1D 51 15D 15 10
Octal 61 40 43 0 43 35 121 535 25 20
Binary 110001 100000 100011 0 100011 11101 1010001 101011101 10101 10000

Color Harmonies of #312023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312023

Black with #312023

Text Example


Text Example

White with #312023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312023; }

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

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

background-color css

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

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

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

border-color css

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

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

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