Html Css Color HEX #342022 Aubergine

📋 copy color: '#342022'

red 52 ◦ green 32 ◦ blue 34

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

Shades of Aubergine #342022

Tints of Aubergine #342022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

 BLUE value IS 34 (13.67% from 255) = 28.81%

R = 44.07%
G = 27.12%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#342022 (or 0x342022) is known color: Aubergine. HEX triplet: 34, 20 and 22. RGB value is (52,32,34). Sum of RGB (Red+Green+Blue) = 52+32+34=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #342022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342022 is #CBDFDD. Grayscale: #262626. Windows color (decimal): -13361118 or 2236468. OLE color: 2236468.

HSL color Cylindrical-coordinate representation of color #342022: hue angle of 354º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342022 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 32 34 -
CMYK 0 0.38 0.35 0.80
HSL 354º 0.24% 0.16% -
HSV(B) 354º 0.38% 0.2% -
XYZ 2.22 1.88 1.76 -
YUV 38.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 52 32 34 0 0.38 0.35 0.80 354 0.24 0.16
Hex 34 20 22 0 26 23 50 162 18 10
Octal 64 40 42 0 46 43 120 542 30 20
Binary 110100 100000 100010 0 100110 100011 1010000 101100010 11000 10000

Color Harmonies of #342022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342022

Black with #342022

Text Example


Text Example

White with #342022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342022; }

 p { color: rgb(52,32,34); }

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

background-color css

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

 a { background-color: rgb(52,32,34); }

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

border-color css

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

 span { border-color: rgb(52,32,34); }

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