#342022

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

Shades of Aubergine #342022

Tints of Aubergine #342022

Color information

#342022 (or 0x342022) is unknown color: approx Aubergine. HEX triplet: 34, 20 and 22. RGB value is (52,32,34). Sum of RGB (Red+Green+Blue) = 52+32+34=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #342022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342022 is #CBDFDD. Grayscale: #262626. Windows color (decimal): -13361118 or 2236468. OLE color: 2236468.

HSL color Cylindrical-coordinate representation of color #342022: hue angle of 354º 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 #342022 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB523234-
CMYK00.380.350.80
HSL354º23.81%16.47%-
HSV(B)354º38.46%20.39%-
XYZ2.221.881.76-
YUV38.21125.63137.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 34 (13.67% from 255) = 28.81%
R=44.07%
G=27.12%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52323400.380.350.8035423.8116.47
Hex34202202623501621810
Octal644042046431205423020
Binary110100100000100010010011010001110100001011000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342022; }

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

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

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

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

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

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

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

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