#34292B

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

Shades of Aubergine #34292B

Tints of Aubergine #34292B

Color information

#34292B (or 0x34292B) is unknown color: approx Aubergine. HEX triplet: 34, 29 and 2B. RGB value is (52,41,43). Sum of RGB (Red+Green+Blue) = 52+41+43=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34292B is #CBD6D4. Grayscale: #2C2C2C. Windows color (decimal): -13358805 or 2828596. OLE color: 2828596.

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

Color convert

RGB524143-
CMYK00.210.170.80
HSL349.09º11.83%18.24%-
HSV(B)349.09º21.15%20.39%-
XYZ2.652.492.63-
YUV44.52127.14133.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=38.24%
G=30.15%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52414300.210.170.80349.0911.8318.24
Hex34292B015115015dc12
Octal645153025211205351422
Binary110100101001101011010101100011010000101011101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34292B; }

 p { color: rgb(52,41,43); }

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

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

 a { background-color: rgb(52,41,43); }

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

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

 span { border-color: rgb(52,41,43); }

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