Html Css Color HEX #342122 Aubergine

📋 copy color: '#342122'

red 52 ◦ green 33 ◦ blue 34

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

Shades of Aubergine #342122

Tints of Aubergine #342122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 43.7%
G = 27.73%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#342122 (or 0x342122) is known color: Aubergine. HEX triplet: 34, 21 and 22. RGB value is (52,33,34). Sum of RGB (Red+Green+Blue) = 52+33+34=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342122 is #CBDEDD. Grayscale: #262626. Windows color (decimal): -13360862 or 2236724. OLE color: 2236724.

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

Color convert

RGB 52 33 34 -
CMYK 0 0.37 0.35 0.80
HSL 356.84º 0.22% 0.17% -
HSV(B) 356.84º 0.37% 0.2% -
XYZ 2.25 1.93 1.77 -
YUV 38.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 52 33 34 0 0.37 0.35 0.80 356.84 0.22 0.17
Hex 34 21 22 0 25 23 50 165 16 11
Octal 64 41 42 0 45 43 120 545 26 21
Binary 110100 100001 100010 0 100101 100011 1010000 101100101 10110 10001

Color Harmonies of #342122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342122

Black with #342122

Text Example


Text Example

White with #342122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342122; }

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

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

background-color css

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

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

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

border-color css

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

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

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