#342324

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

Shades of Aubergine #342324

Tints of Aubergine #342324

Color information

#342324 (or 0x342324) is unknown color: approx Aubergine. HEX triplet: 34, 23 and 24. RGB value is (52,35,36). Sum of RGB (Red+Green+Blue) = 52+35+36=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342324 is #CBDCDB. Grayscale: #282828. Windows color (decimal): -13360348 or 2368308. OLE color: 2368308.

HSL color Cylindrical-coordinate representation of color #342324: hue angle of 356.47º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342324 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB523536-
CMYK00.330.310.80
HSL356.47º19.54%17.06%-
HSV(B)356.47º32.69%20.39%-
XYZ2.342.061.94-
YUV40.2125.63136.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=42.28%
G=28.46%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52353600.330.310.80356.4719.5417.06
Hex3423240211F501641411
Octal644344041371205442421
Binary11010010001110010001000011111110100001011001001010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342324; }

 p { color: rgb(52,35,36); }

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

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

 a { background-color: rgb(52,35,36); }

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

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

 span { border-color: rgb(52,35,36); }

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