Html Css Color HEX #342228 Aubergine

📋 copy color: '#342228'

red 52 ◦ green 34 ◦ blue 40

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

Shades of Aubergine #342228

Tints of Aubergine #342228

RGB

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

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

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

R = 41.27%
G = 26.98%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#342228 (or 0x342228) is known color: Aubergine. HEX triplet: 34, 22 and 28. RGB value is (52,34,40). Sum of RGB (Red+Green+Blue) = 52+34+40=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342228 is #CBDDD7. Grayscale: #282828. Windows color (decimal): -13360600 or 2630196. OLE color: 2630196.

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

Color convert

RGB 52 34 40 -
CMYK 0 0.35 0.23 0.80
HSL 340º 0.21% 0.17% -
HSV(B) 340º 0.35% 0.2% -
XYZ 2.37 2.03 2.27 -
YUV 40.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 52 34 40 0 0.35 0.23 0.80 340 0.21 0.17
Hex 34 22 28 0 23 17 50 154 15 11
Octal 64 42 50 0 43 27 120 524 25 21
Binary 110100 100010 101000 0 100011 10111 1010000 101010100 10101 10001

Color Harmonies of #342228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342228

Black with #342228

Text Example


Text Example

White with #342228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342228; }

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

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

background-color css

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

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

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

border-color css

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

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

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