#2D2125

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

Shades of Aubergine #2D2125

Tints of Aubergine #2D2125

Color information

#2D2125 (or 0x2D2125) is unknown color: approx Aubergine. HEX triplet: 2D, 21 and 25. RGB value is (45,33,37). Sum of RGB (Red+Green+Blue) = 45+33+37=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2125 is #D2DEDA. Grayscale: #252525. Windows color (decimal): -13819611 or 2433325. OLE color: 2433325.

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

Color convert

RGB453337-
CMYK00.270.180.82
HSL340º15.38%15.29%-
HSV(B)340º26.67%17.65%-
XYZ1.961.781.99-
YUV37.04127.98133.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.13%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=39.13%
G=28.70%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45333700.270.180.8234015.3815.29
Hex2D212501B1252154ff
Octal554145033221225241717
Binary10110110000110010101101110010101001010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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