#2A2325

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

Shades of Aubergine #2A2325

Tints of Aubergine #2A2325

Color information

#2A2325 (or 0x2A2325) is unknown color: approx Aubergine. HEX triplet: 2A, 23 and 25. RGB value is (42,35,37). Sum of RGB (Red+Green+Blue) = 42+35+37=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2325 is #D5DCDA. Grayscale: #252525. Windows color (decimal): -14015707 or 2433834. OLE color: 2433834.

HSL color Cylindrical-coordinate representation of color #2A2325: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2A2325 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB423537-
CMYK00.170.120.84
HSL342.86º9.09%15.1%-
HSV(B)342.86º16.67%16.47%-
XYZ1.891.832-
YUV37.32127.82131.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.84%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=36.84%
G=30.70%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42353700.170.120.84342.869.0915.1
Hex2A2325011C541579f
Octal524345021141245271117
Binary1010101000111001010100011100101010010101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,35,37); }

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

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

 a { background-color: rgb(42,35,37); }

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

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

 span { border-color: rgb(42,35,37); }

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