#2D2123

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

Shades of Aubergine #2D2123

Tints of Aubergine #2D2123

Color information

#2D2123 (or 0x2D2123) is unknown color: approx Aubergine. HEX triplet: 2D, 21 and 23. RGB value is (45,33,35). Sum of RGB (Red+Green+Blue) = 45+33+35=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2123 is #D2DEDC. Grayscale: #242424. Windows color (decimal): -13819613 or 2302253. OLE color: 2302253.

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

Color convert

RGB453335-
CMYK00.270.220.82
HSL350º15.38%15.29%-
HSV(B)350º26.67%17.65%-
XYZ1.931.771.83-
YUV36.82126.98133.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.82%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=39.82%
G=29.20%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45333500.270.220.8235015.3815.29
Hex2D212301B165215eff
Octal554143033261225361717
Binary10110110000110001101101110110101001010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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