Html Css Color HEX #312223 Aubergine

📋 copy color: '#312223'

red 49 ◦ green 34 ◦ blue 35

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

Shades of Aubergine #312223

Tints of Aubergine #312223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

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

R = 41.53%
G = 28.81%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312223 (or 0x312223) is known color: Aubergine. HEX triplet: 31, 22 and 23. RGB value is (49,34,35). Sum of RGB (Red+Green+Blue) = 49+34+35=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312223 is #CEDDDC. Grayscale: #262626. Windows color (decimal): -13557213 or 2302513. OLE color: 2302513.

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

Color convert

RGB 49 34 35 -
CMYK 0 0.31 0.29 0.81
HSL 356º 0.18% 0.16% -
HSV(B) 356º 0.31% 0.19% -
XYZ 2.14 1.92 1.85 -
YUV 38.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 49 34 35 0 0.31 0.29 0.81 356 0.18 0.16
Hex 31 22 23 0 1F 1D 51 164 12 10
Octal 61 42 43 0 37 35 121 544 22 20
Binary 110001 100010 100011 0 11111 11101 1010001 101100100 10010 10000

Color Harmonies of #312223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312223

Black with #312223

Text Example


Text Example

White with #312223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312223; }

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

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

background-color css

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

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

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

border-color css

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

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

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