Html Css Color HEX #342428 Aubergine

📋 copy color: '#342428'

red 52 ◦ green 36 ◦ blue 40

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

Shades of Aubergine #342428

Tints of Aubergine #342428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

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

R = 40.63%
G = 28.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#342428 (or 0x342428) is known color: Aubergine. HEX triplet: 34, 24 and 28. RGB value is (52,36,40). Sum of RGB (Red+Green+Blue) = 52+36+40=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342428 is #CBDBD7. Grayscale: #292929. Windows color (decimal): -13360088 or 2630708. OLE color: 2630708.

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

Color convert

RGB 52 36 40 -
CMYK 0 0.31 0.23 0.80
HSL 345º 0.18% 0.17% -
HSV(B) 345º 0.31% 0.2% -
XYZ 2.43 2.15 2.29 -
YUV 41.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 52 36 40 0 0.31 0.23 0.80 345 0.18 0.17
Hex 34 24 28 0 1F 17 50 159 12 11
Octal 64 44 50 0 37 27 120 531 22 21
Binary 110100 100100 101000 0 11111 10111 1010000 101011001 10010 10001

Color Harmonies of #342428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342428

Black with #342428

Text Example


Text Example

White with #342428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342428; }

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

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

background-color css

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

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

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

border-color css

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

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

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