Html Css Color HEX #342526 Aubergine

📋 copy color: '#342526'

red 52 ◦ green 37 ◦ blue 38

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

Shades of Aubergine #342526

Tints of Aubergine #342526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 40.94%
G = 29.13%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#342526 (or 0x342526) is known color: Aubergine. HEX triplet: 34, 25 and 26. RGB value is (52,37,38). Sum of RGB (Red+Green+Blue) = 52+37+38=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342526 is #CBDAD9. Grayscale: #292929. Windows color (decimal): -13359834 or 2499892. OLE color: 2499892.

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

Color convert

RGB 52 37 38 -
CMYK 0 0.29 0.27 0.80
HSL 356º 0.17% 0.17% -
HSV(B) 356º 0.29% 0.2% -
XYZ 2.43 2.19 2.13 -
YUV 41.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 52 37 38 0 0.29 0.27 0.80 356 0.17 0.17
Hex 34 25 26 0 1D 1B 50 164 11 11
Octal 64 45 46 0 35 33 120 544 21 21
Binary 110100 100101 100110 0 11101 11011 1010000 101100100 10001 10001

Color Harmonies of #342526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342526

Black with #342526

Text Example


Text Example

White with #342526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342526; }

 p { color: rgb(52,37,38); }

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

background-color css

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

 a { background-color: rgb(52,37,38); }

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

border-color css

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

 span { border-color: rgb(52,37,38); }

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