Html Css Color HEX #342327 Aubergine

📋 copy color: '#342327'

red 52 ◦ green 35 ◦ blue 39

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

Shades of Aubergine #342327

Tints of Aubergine #342327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 41.27%
G = 27.78%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#342327 (or 0x342327) is known color: Aubergine. HEX triplet: 34, 23 and 27. RGB value is (52,35,39). Sum of RGB (Red+Green+Blue) = 52+35+39=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342327 is #CBDCD8. Grayscale: #282828. Windows color (decimal): -13360345 or 2564916. OLE color: 2564916.

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

Color convert

RGB 52 35 39 -
CMYK 0 0.33 0.25 0.80
HSL 345.88º 0.2% 0.17% -
HSV(B) 345.88º 0.33% 0.2% -
XYZ 2.38 2.08 2.2 -
YUV 40.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 52 35 39 0 0.33 0.25 0.80 345.88 0.2 0.17
Hex 34 23 27 0 21 19 50 15A 14 11
Octal 64 43 47 0 41 31 120 532 24 21
Binary 110100 100011 100111 0 100001 11001 1010000 101011010 10100 10001

Color Harmonies of #342327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342327

Black with #342327

Text Example


Text Example

White with #342327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342327; }

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

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

background-color css

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

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

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

border-color css

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

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

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