#2D1E23

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

Shades of Aubergine #2D1E23

Tints of Aubergine #2D1E23

Color information

#2D1E23 (or 0x2D1E23) is unknown color: approx Aubergine. HEX triplet: 2D, 1E and 23. RGB value is (45,30,35). Sum of RGB (Red+Green+Blue) = 45+30+35=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E23 is #D2E1DC. Grayscale: #232323. Windows color (decimal): -13820381 or 2301485. OLE color: 2301485.

HSL color Cylindrical-coordinate representation of color #2D1E23: hue angle of 340º 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 #2D1E23 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB453035-
CMYK00.330.220.82
HSL340º20%14.71%-
HSV(B)340º33.33%17.65%-
XYZ1.851.611.8-
YUV35.06127.97135.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.91%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45303500.330.220.823402014.71
Hex2D1E23021165215414f
Octal553643041261225242417
Binary101101111101000110100001101101010010101010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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