#211E1F

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

Shades of Aubergine #211E1F

Tints of Aubergine #211E1F

Color information

#211E1F (or 0x211E1F) is unknown color: approx Aubergine. HEX triplet: 21, 1E and 1F. RGB value is (33,30,31). Sum of RGB (Red+Green+Blue) = 33+30+31=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1F is #DEE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14606817 or 2039329. OLE color: 2039329.

HSL color Cylindrical-coordinate representation of color #211E1F: hue angle of 340º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #211E1F is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB333031-
CMYK00.090.060.87
HSL340º4.76%12.35%-
HSV(B)340º9.09%12.94%-
XYZ1.341.351.49-
YUV31.01127.99129.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=35.11%
G=31.91%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33303100.090.060.873404.7612.35
Hex211E1F096571545c
Octal4136370116127524514
Binary10000111110111110100111010101111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E1F; }

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

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

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

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

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

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

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

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