#331E21

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

Shades of Aubergine #331E21

Tints of Aubergine #331E21

Color information

#331E21 (or 0x331E21) is unknown color: approx Aubergine. HEX triplet: 33, 1E and 21. RGB value is (51,30,33). Sum of RGB (Red+Green+Blue) = 51+30+33=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #331E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E21 is #CCE1DE. Grayscale: #242424. Windows color (decimal): -13427167 or 2170419. OLE color: 2170419.

HSL color Cylindrical-coordinate representation of color #331E21: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E21 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB513033-
CMYK00.410.350.8
HSL351.43º25.93%15.88%-
HSV(B)351.43º41.18%20%-
XYZ2.11.741.66-
YUV36.62125.96138.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=44.74%
G=26.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51303300.410.350.8351.4325.9315.88
Hex331E21029235015f1a10
Octal633641051431205373220
Binary11001111110100001010100110001110100001010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E21; }

 p { color: rgb(51,30,33); }

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

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

 a { background-color: rgb(51,30,33); }

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

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

 span { border-color: rgb(51,30,33); }

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