Html Css Color HEX #342324 Aubergine

📋 copy color: '#342324'

red 52 ◦ green 35 ◦ blue 36

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

Shades of Aubergine #342324

Tints of Aubergine #342324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

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

R = 42.28%
G = 28.46%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#342324 (or 0x342324) is known color: Aubergine. HEX triplet: 34, 23 and 24. RGB value is (52,35,36). Sum of RGB (Red+Green+Blue) = 52+35+36=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342324 is #CBDCDB. Grayscale: #282828. Windows color (decimal): -13360348 or 2368308. OLE color: 2368308.

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

Color convert

RGB 52 35 36 -
CMYK 0 0.33 0.31 0.80
HSL 356.47º 0.2% 0.17% -
HSV(B) 356.47º 0.33% 0.2% -
XYZ 2.34 2.06 1.94 -
YUV 40.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 52 35 36 0 0.33 0.31 0.80 356.47 0.2 0.17
Hex 34 23 24 0 21 1F 50 164 14 11
Octal 64 43 44 0 41 37 120 544 24 21
Binary 110100 100011 100100 0 100001 11111 1010000 101100100 10100 10001

Color Harmonies of #342324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342324

Black with #342324

Text Example


Text Example

White with #342324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342324; }

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

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

background-color css

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

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

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

border-color css

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

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

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