#2D2425

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

Shades of Aubergine #2D2425

Tints of Aubergine #2D2425

Color information

#2D2425 (or 0x2D2425) is unknown color: approx Aubergine. HEX triplet: 2D, 24 and 25. RGB value is (45,36,37). Sum of RGB (Red+Green+Blue) = 45+36+37=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2425 is #D2DBDA. Grayscale: #262626. Windows color (decimal): -13818843 or 2434093. OLE color: 2434093.

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

Color convert

RGB453637-
CMYK00.20.180.82
HSL353.33º11.11%15.88%-
HSV(B)353.33º20%17.65%-
XYZ2.051.952.02-
YUV38.8126.98132.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.14%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=38.14%
G=30.51%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45363700.20.180.82353.3311.1115.88
Hex2D24250141252161b10
Octal554445024221225411320
Binary101101100100100101010100100101010010101100001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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