#292425

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

Shades of Aubergine #292425

Tints of Aubergine #292425

Color information

#292425 (or 0x292425) is unknown color: approx Aubergine. HEX triplet: 29, 24 and 25. RGB value is (41,36,37). Sum of RGB (Red+Green+Blue) = 41+36+37=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292425 is #D6DBDA. Grayscale: #252525. Windows color (decimal): -14080987 or 2434089. OLE color: 2434089.

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

Color convert

RGB413637-
CMYK00.120.100.84
HSL348º6.49%15.1%-
HSV(B)348º12.2%16.08%-
XYZ1.881.872.01-
YUV37.61127.66130.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=35.96%
G=31.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41363700.120.100.843486.4915.1
Hex2924250CA5415c6f
Octal51444501412124534617
Binary10100110010010010101100101010101001010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292425; }

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

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

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

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

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

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

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

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