Html Css Color HEX #312226 Aubergine

📋 copy color: '#312226'

red 49 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #312226

Tints of Aubergine #312226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 40.5%
G = 28.1%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312226 (or 0x312226) is known color: Aubergine. HEX triplet: 31, 22 and 26. RGB value is (49,34,38). Sum of RGB (Red+Green+Blue) = 49+34+38=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312226 is #CEDDD9. Grayscale: #262626. Windows color (decimal): -13557210 or 2499121. OLE color: 2499121.

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

Color convert

RGB 49 34 38 -
CMYK 0 0.31 0.22 0.81
HSL 344º 0.18% 0.16% -
HSV(B) 344º 0.31% 0.19% -
XYZ 2.19 1.94 2.09 -
YUV 38.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 49 34 38 0 0.31 0.22 0.81 344 0.18 0.16
Hex 31 22 26 0 1F 16 51 158 12 10
Octal 61 42 46 0 37 26 121 530 22 20
Binary 110001 100010 100110 0 11111 10110 1010001 101011000 10010 10000

Color Harmonies of #312226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312226

Black with #312226

Text Example


Text Example

White with #312226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312226; }

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

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

background-color css

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

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

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

border-color css

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

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

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