Html Css Color HEX #342025 Aubergine

📋 copy color: '#342025'

red 52 ◦ green 32 ◦ blue 37

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

Shades of Aubergine #342025

Tints of Aubergine #342025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 42.98%
G = 26.45%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#342025 (or 0x342025) is known color: Aubergine. HEX triplet: 34, 20 and 25. RGB value is (52,32,37). Sum of RGB (Red+Green+Blue) = 52+32+37=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342025 is #CBDFDA. Grayscale: #262626. Windows color (decimal): -13361115 or 2433076. OLE color: 2433076.

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

Color convert

RGB 52 32 37 -
CMYK 0 0.38 0.29 0.80
HSL 345º 0.24% 0.16% -
HSV(B) 345º 0.38% 0.2% -
XYZ 2.27 1.9 2 -
YUV 38.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 52 32 37 0 0.38 0.29 0.80 345 0.24 0.16
Hex 34 20 25 0 26 1D 50 159 18 10
Octal 64 40 45 0 46 35 120 531 30 20
Binary 110100 100000 100101 0 100110 11101 1010000 101011001 11000 10000

Color Harmonies of #342025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342025

Black with #342025

Text Example


Text Example

White with #342025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342025; }

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

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

background-color css

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

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

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

border-color css

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

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

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