Html Css Color HEX #342529 Aubergine

📋 copy color: '#342529'

red 52 ◦ green 37 ◦ blue 41

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

Shades of Aubergine #342529

Tints of Aubergine #342529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.46%

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

R = 40%
G = 28.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#342529 (or 0x342529) is known color: Aubergine. HEX triplet: 34, 25 and 29. RGB value is (52,37,41). Sum of RGB (Red+Green+Blue) = 52+37+41=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #342529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342529 is #CBDAD6. Grayscale: #292929. Windows color (decimal): -13359831 or 2696500. OLE color: 2696500.

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

Color convert

RGB 52 37 41 -
CMYK 0 0.29 0.21 0.80
HSL 344º 0.17% 0.17% -
HSV(B) 344º 0.29% 0.2% -
XYZ 2.48 2.21 2.39 -
YUV 41.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 52 37 41 0 0.29 0.21 0.80 344 0.17 0.17
Hex 34 25 29 0 1D 15 50 158 11 11
Octal 64 45 51 0 35 25 120 530 21 21
Binary 110100 100101 101001 0 11101 10101 1010000 101011000 10001 10001

Color Harmonies of #342529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342529

Black with #342529

Text Example


Text Example

White with #342529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342529; }

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

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

background-color css

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

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

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

border-color css

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

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

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