Html Css Color HEX #342728 Aubergine

📋 copy color: '#342728'

red 52 ◦ green 39 ◦ blue 40

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

Shades of Aubergine #342728

Tints of Aubergine #342728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 39.69%
G = 29.77%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#342728 (or 0x342728) is known color: Aubergine. HEX triplet: 34, 27 and 28. RGB value is (52,39,40). Sum of RGB (Red+Green+Blue) = 52+39+40=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #342728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342728 is #CBD8D7. Grayscale: #2B2B2B. Windows color (decimal): -13359320 or 2631476. OLE color: 2631476.

HSL color Cylindrical-coordinate representation of color #342728: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #342728 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 39 40 -
CMYK 0 0.25 0.23 0.80
HSL 355.38º 0.14% 0.18% -
HSV(B) 355.38º 0.25% 0.2% -
XYZ 2.52 2.33 2.32 -
YUV 43 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 52 39 40 0 0.25 0.23 0.80 355.38 0.14 0.18
Hex 34 27 28 0 19 17 50 163 E 12
Octal 64 47 50 0 31 27 120 543 16 22
Binary 110100 100111 101000 0 11001 10111 1010000 101100011 1110 10010

Color Harmonies of #342728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342728

Black with #342728

Text Example


Text Example

White with #342728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342728; }

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

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

background-color css

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

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

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

border-color css

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

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

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