#342025

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

Shades of Aubergine #342025

Tints of Aubergine #342025

Color information

#342025 (or 0x342025) is unknown color: approx Aubergine. HEX triplet: 34, 20 and 25. RGB value is (52,32,37). Sum of RGB (Red+Green+Blue) = 52+32+37=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342025 is #CBDFDA. Grayscale: #262626. Windows color (decimal): -13361115 or 2433076. OLE color: 2433076.

HSL color Cylindrical-coordinate representation of color #342025: hue angle of 345º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342025 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB523237-
CMYK00.380.290.80
HSL345º23.81%16.47%-
HSV(B)345º38.46%20.39%-
XYZ2.271.92-
YUV38.55127.13137.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=42.98%
G=26.45%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52323700.380.290.8034523.8116.47
Hex3420250261D501591810
Octal644045046351205313020
Binary11010010000010010101001101110110100001010110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342025; }

 p { color: rgb(52,32,37); }

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

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

 a { background-color: rgb(52,32,37); }

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

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

 span { border-color: rgb(52,32,37); }

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