#2A2021

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

Shades of Aubergine #2A2021

Tints of Aubergine #2A2021

Color information

#2A2021 (or 0x2A2021) is unknown color: approx Aubergine. HEX triplet: 2A, 20 and 21. RGB value is (42,32,33). Sum of RGB (Red+Green+Blue) = 42+32+33=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2021 is #D5DFDE. Grayscale: #232323. Windows color (decimal): -14016479 or 2170922. OLE color: 2170922.

HSL color Cylindrical-coordinate representation of color #2A2021: hue angle of 354º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A2021 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.84.

Color convert

RGB423233-
CMYK00.240.210.84
HSL354º13.51%14.51%-
HSV(B)354º23.81%16.47%-
XYZ1.751.641.66-
YUV35.1126.81132.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=39.25%
G=29.91%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42323300.240.210.8435413.5114.51
Hex2A20210181554162ef
Octal524041030251245421617
Binary10101010000010000101100010101101010010110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,32,33); }

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

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

 a { background-color: rgb(42,32,33); }

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

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

 span { border-color: rgb(42,32,33); }

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