#342426

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

Shades of Aubergine #342426

Tints of Aubergine #342426

Color information

#342426 (or 0x342426) is unknown color: approx Aubergine. HEX triplet: 34, 24 and 26. RGB value is (52,36,38). Sum of RGB (Red+Green+Blue) = 52+36+38=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342426 is #CBDBD9. Grayscale: #292929. Windows color (decimal): -13360090 or 2499636. OLE color: 2499636.

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

Color convert

RGB523638-
CMYK00.310.270.80
HSL352.5º18.18%17.25%-
HSV(B)352.5º30.77%20.39%-
XYZ2.42.132.12-
YUV41.01126.3135.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=41.27%
G=28.57%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52363800.310.270.80352.518.1817.25
Hex34242601F1B501601211
Octal644446037331205402221
Binary1101001001001001100111111101110100001011000001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342426; }

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

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

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

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

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

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

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

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