#2D2628

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

Shades of Aubergine #2D2628

Tints of Aubergine #2D2628

Color information

#2D2628 (or 0x2D2628) is unknown color: approx Aubergine. HEX triplet: 2D, 26 and 28. RGB value is (45,38,40). Sum of RGB (Red+Green+Blue) = 45+38+40=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2628 is #D2D9D7. Grayscale: #282828. Windows color (decimal): -13818328 or 2631213. OLE color: 2631213.

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

Color convert

RGB453840-
CMYK00.160.110.82
HSL342.86º8.43%16.27%-
HSV(B)342.86º15.56%17.65%-
XYZ2.162.12.3-
YUV40.32127.82131.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.59%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=36.59%
G=30.89%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45384000.160.110.82342.868.4316.27
Hex2D2628010B52157810
Octal554650020131225271020
Binary10110110011010100001000010111010010101010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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