Html Css Color HEX #342E2F Aubergine

📋 copy color: '#342E2F'

red 52 ◦ green 46 ◦ blue 47

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

Shades of Aubergine #342E2F

Tints of Aubergine #342E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.72%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 35.86%
G = 31.72%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#342E2F (or 0x342E2F) is known color: Aubergine. HEX triplet: 34, 2E and 2F. RGB value is (52,46,47). Sum of RGB (Red+Green+Blue) = 52+46+47=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 52 - color contains mainly: red. Hex color #342E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E2F is #CBD1D0. Grayscale: #2F2F2F. Windows color (decimal): -13357521 or 3092020. OLE color: 3092020.

HSL color Cylindrical-coordinate representation of color #342E2F: hue angle of 350º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #342E2F is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 46 47 -
CMYK 0 0.12 0.10 0.80
HSL 350º 0.06% 0.19% -
HSV(B) 350º 0.12% 0.2% -
XYZ 2.91 2.89 3.09 -
YUV 47.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 52 46 47 0 0.12 0.10 0.80 350 0.06 0.19
Hex 34 2E 2F 0 C A 50 15E 6 13
Octal 64 56 57 0 14 12 120 536 6 23
Binary 110100 101110 101111 0 1100 1010 1010000 101011110 110 10011

Color Harmonies of #342E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E2F

Black with #342E2F

Text Example


Text Example

White with #342E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342E2F; }

 p { color: rgb(52,46,47); }

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

background-color css

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

 a { background-color: rgb(52,46,47); }

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

border-color css

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

 span { border-color: rgb(52,46,47); }

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