Html Css Color HEX #312227 Aubergine

📋 copy color: '#312227'

red 49 ◦ green 34 ◦ blue 39

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

Shades of Aubergine #312227

Tints of Aubergine #312227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 40.16%
G = 27.87%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#312227 (or 0x312227) is known color: Aubergine. HEX triplet: 31, 22 and 27. RGB value is (49,34,39). Sum of RGB (Red+Green+Blue) = 49+34+39=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312227 is #CEDDD8. Grayscale: #272727. Windows color (decimal): -13557209 or 2564657. OLE color: 2564657.

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

Color convert

RGB 49 34 39 -
CMYK 0 0.31 0.20 0.81
HSL 340º 0.18% 0.16% -
HSV(B) 340º 0.31% 0.19% -
XYZ 2.2 1.94 2.18 -
YUV 39.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 49 34 39 0 0.31 0.20 0.81 340 0.18 0.16
Hex 31 22 27 0 1F 14 51 154 12 10
Octal 61 42 47 0 37 24 121 524 22 20
Binary 110001 100010 100111 0 11111 10100 1010001 101010100 10010 10000

Color Harmonies of #312227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312227

Black with #312227

Text Example


Text Example

White with #312227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312227; }

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

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

background-color css

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

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

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

border-color css

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

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

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