#342227

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

Shades of Aubergine #342227

Tints of Aubergine #342227

Color information

#342227 (or 0x342227) is unknown color: approx Aubergine. HEX triplet: 34, 22 and 27. RGB value is (52,34,39). Sum of RGB (Red+Green+Blue) = 52+34+39=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342227 is #CBDDD8. Grayscale: #272727. Windows color (decimal): -13360601 or 2564660. OLE color: 2564660.

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

Color convert

RGB523439-
CMYK00.350.250.80
HSL343.33º20.93%16.86%-
HSV(B)343.33º34.62%20.39%-
XYZ2.352.022.19-
YUV39.95127.46136.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=41.6%
G=27.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52343900.350.250.80343.3320.9316.86
Hex34222702319501571511
Octal644247043311205272521
Binary11010010001010011101000111100110100001010101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342227; }

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

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

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

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

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

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

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

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