Html Css Color HEX #342226 Aubergine

📋 copy color: '#342226'

red 52 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #342226

Tints of Aubergine #342226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 41.94%
G = 27.42%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#342226 (or 0x342226) is known color: Aubergine. HEX triplet: 34, 22 and 26. RGB value is (52,34,38). Sum of RGB (Red+Green+Blue) = 52+34+38=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342226 is #CBDDD9. Grayscale: #272727. Windows color (decimal): -13360602 or 2499124. OLE color: 2499124.

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

Color convert

RGB 52 34 38 -
CMYK 0 0.35 0.27 0.80
HSL 346.67º 0.21% 0.17% -
HSV(B) 346.67º 0.35% 0.2% -
XYZ 2.34 2.01 2.1 -
YUV 39.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 52 34 38 0 0.35 0.27 0.80 346.67 0.21 0.17
Hex 34 22 26 0 23 1B 50 15B 15 11
Octal 64 42 46 0 43 33 120 533 25 21
Binary 110100 100010 100110 0 100011 11011 1010000 101011011 10101 10001

Color Harmonies of #342226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342226

Black with #342226

Text Example


Text Example

White with #342226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342226; }

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

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

background-color css

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

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

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

border-color css

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

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

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