Html Css Color HEX #342829 Aubergine

📋 copy color: '#342829'

red 52 ◦ green 40 ◦ blue 41

#342829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #342829

Tints of Aubergine #342829

RGB

 RED value IS 52 (20.7% from 255) = 39.1%

 GREEN value IS 40 (16.02% from 255) = 30.08%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 39.1%
G = 30.08%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#342829 (or 0x342829) is known color: Aubergine. HEX triplet: 34, 28 and 29. RGB value is (52,40,41). Sum of RGB (Red+Green+Blue) = 52+40+41=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #342829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342829 is #CBD7D6. Grayscale: #2B2B2B. Windows color (decimal): -13359063 or 2697268. OLE color: 2697268.

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

Color convert

RGB 52 40 41 -
CMYK 0 0.23 0.21 0.80
HSL 355º 0.13% 0.18% -
HSV(B) 355º 0.23% 0.2% -
XYZ 2.58 2.41 2.43 -
YUV 43.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 52 40 41 0 0.23 0.21 0.80 355 0.13 0.18
Hex 34 28 29 0 17 15 50 163 D 12
Octal 64 50 51 0 27 25 120 543 15 22
Binary 110100 101000 101001 0 10111 10101 1010000 101100011 1101 10010

Color Harmonies of #342829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342829

Black with #342829

Text Example


Text Example

White with #342829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342829; }

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

 H1.HeaderClassName
 {
   color: #342829;
 }
 .AnyTagClassName
 {
   color: #342829;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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