Html Css Color HEX #342124 Aubergine

📋 copy color: '#342124'

red 52 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #342124

Tints of Aubergine #342124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 42.98%
G = 27.27%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#342124 (or 0x342124) is known color: Aubergine. HEX triplet: 34, 21 and 24. RGB value is (52,33,36). Sum of RGB (Red+Green+Blue) = 52+33+36=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342124 is #CBDEDB. Grayscale: #272727. Windows color (decimal): -13360860 or 2367796. OLE color: 2367796.

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

Color convert

RGB 52 33 36 -
CMYK 0 0.37 0.31 0.80
HSL 350.53º 0.22% 0.17% -
HSV(B) 350.53º 0.37% 0.2% -
XYZ 2.28 1.95 1.92 -
YUV 39.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 52 33 36 0 0.37 0.31 0.80 350.53 0.22 0.17
Hex 34 21 24 0 25 1F 50 15F 16 11
Octal 64 41 44 0 45 37 120 537 26 21
Binary 110100 100001 100100 0 100101 11111 1010000 101011111 10110 10001

Color Harmonies of #342124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342124

Black with #342124

Text Example


Text Example

White with #342124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342124; }

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

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

background-color css

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

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

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

border-color css

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

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

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