Html Css Color HEX #342C2E Aubergine

📋 copy color: '#342C2E'

red 52 ◦ green 44 ◦ blue 46

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

Shades of Aubergine #342C2E

Tints of Aubergine #342C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.99%

 BLUE value IS 46 (18.36% from 255) = 32.39%

R = 36.62%
G = 30.99%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#342C2E (or 0x342C2E) is known color: Aubergine. HEX triplet: 34, 2C and 2E. RGB value is (52,44,46). Sum of RGB (Red+Green+Blue) = 52+44+46=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #342C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C2E is #CBD3D1. Grayscale: #2E2E2E. Windows color (decimal): -13358034 or 3025972. OLE color: 3025972.

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

Color convert

RGB 52 44 46 -
CMYK 0 0.15 0.12 0.80
HSL 345º 0.08% 0.19% -
HSV(B) 345º 0.15% 0.2% -
XYZ 2.81 2.73 2.96 -
YUV 46.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 52 44 46 0 0.15 0.12 0.80 345 0.08 0.19
Hex 34 2C 2E 0 F C 50 159 8 13
Octal 64 54 56 0 17 14 120 531 10 23
Binary 110100 101100 101110 0 1111 1100 1010000 101011001 1000 10011

Color Harmonies of #342C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C2E

Black with #342C2E

Text Example


Text Example

White with #342C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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