#31272A

Color #31272A Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #31272A

Tints of Aubergine #31272A

Color information

#31272A (or 0x31272A) is unknown color: approx Aubergine. HEX triplet: 31, 27 and 2A. RGB value is (49,39,42). Sum of RGB (Red+Green+Blue) = 49+39+42=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #31272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272A is #CED8D5. Grayscale: #2A2A2A. Windows color (decimal): -13555926 or 2762545. OLE color: 2762545.

HSL color Cylindrical-coordinate representation of color #31272A: hue angle of 342º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31272A is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB493942-
CMYK00.200.140.81
HSL342º11.36%17.25%-
HSV(B)342º20.41%19.22%-
XYZ2.412.272.5-
YUV42.33127.81132.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=37.69%
G=30%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49394200.200.140.8134211.3617.25
Hex31272A014E51156b11
Octal614752024161215261321
Binary11000110011110101001010011101010001101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31272A; }

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

 H1.HeaderClassName
 {
   color: #31272A;
 }
 .AnyTagClassName
 {
   color: #31272A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31272A;
 }
 .BgClassName
 {
   background-color: #31272A;
 }
</style>
border-color css

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

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

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