Html Css Color HEX #342429 Aubergine

📋 copy color: '#342429'

red 52 ◦ green 36 ◦ blue 41

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

Shades of Aubergine #342429

Tints of Aubergine #342429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.91%

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

R = 40.31%
G = 27.91%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#342429 (or 0x342429) is known color: Aubergine. HEX triplet: 34, 24 and 29. RGB value is (52,36,41). Sum of RGB (Red+Green+Blue) = 52+36+41=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342429 is #CBDBD6. Grayscale: #292929. Windows color (decimal): -13360087 or 2696244. OLE color: 2696244.

HSL color Cylindrical-coordinate representation of color #342429: hue angle of 341.25º 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 #342429 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 36 41 -
CMYK 0 0.31 0.21 0.80
HSL 341.25º 0.18% 0.17% -
HSV(B) 341.25º 0.31% 0.2% -
XYZ 2.45 2.15 2.38 -
YUV 41.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 52 36 41 0 0.31 0.21 0.80 341.25 0.18 0.17
Hex 34 24 29 0 1F 15 50 155 12 11
Octal 64 44 51 0 37 25 120 525 22 21
Binary 110100 100100 101001 0 11111 10101 1010000 101010101 10010 10001

Color Harmonies of #342429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342429

Black with #342429

Text Example


Text Example

White with #342429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342429; }

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

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

background-color css

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

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

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

border-color css

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

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

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