#2D2326

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

Shades of Aubergine #2D2326

Tints of Aubergine #2D2326

Color information

#2D2326 (or 0x2D2326) is unknown color: approx Aubergine. HEX triplet: 2D, 23 and 26. RGB value is (45,35,38). Sum of RGB (Red+Green+Blue) = 45+35+38=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2326 is #D2DCD9. Grayscale: #262626. Windows color (decimal): -13819098 or 2499373. OLE color: 2499373.

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

Color convert

RGB453538-
CMYK00.220.160.82
HSL342º12.5%15.69%-
HSV(B)342º22.22%17.65%-
XYZ2.031.92.09-
YUV38.33127.81132.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.14%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=38.14%
G=29.66%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45353800.220.160.8234212.515.69
Hex2D23260161052156c10
Octal554346026201225261420
Binary101101100011100110010110100001010010101010110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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