#2D1E21

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

Shades of Aubergine #2D1E21

Tints of Aubergine #2D1E21

Color information

#2D1E21 (or 0x2D1E21) is unknown color: approx Aubergine. HEX triplet: 2D, 1E and 21. RGB value is (45,30,33). Sum of RGB (Red+Green+Blue) = 45+30+33=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E21 is #D2E1DE. Grayscale: #222222. Windows color (decimal): -13820383 or 2170413. OLE color: 2170413.

HSL color Cylindrical-coordinate representation of color #2D1E21: hue angle of 348º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D1E21 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.82.

Color convert

RGB453033-
CMYK00.330.270.82
HSL348º20%14.71%-
HSV(B)348º33.33%17.65%-
XYZ1.821.61.65-
YUV34.83126.97135.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.67%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=41.67%
G=27.78%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45303300.330.270.823482014.71
Hex2D1E210211B5215c14f
Octal553641041331225342417
Binary101101111101000010100001110111010010101011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1E21; }

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

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

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

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

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

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

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

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