Html Css Color HEX #34292C Aubergine

📋 copy color: '#34292C'

red 52 ◦ green 41 ◦ blue 44

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

Shades of Aubergine #34292C

Tints of Aubergine #34292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.93%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 37.96%
G = 29.93%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#34292C (or 0x34292C) is known color: Aubergine. HEX triplet: 34, 29 and 2C. RGB value is (52,41,44). Sum of RGB (Red+Green+Blue) = 52+41+44=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #34292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34292C is #CBD6D3. Grayscale: #2C2C2C. Windows color (decimal): -13358804 or 2894132. OLE color: 2894132.

HSL color Cylindrical-coordinate representation of color #34292C: hue angle of 343.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #34292C is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 44 -
CMYK 0 0.21 0.15 0.80
HSL 343.64º 0.12% 0.18% -
HSV(B) 343.64º 0.21% 0.2% -
XYZ 2.66 2.5 2.72 -
YUV 44.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 52 41 44 0 0.21 0.15 0.80 343.64 0.12 0.18
Hex 34 29 2C 0 15 F 50 158 C 12
Octal 64 51 54 0 25 17 120 530 14 22
Binary 110100 101001 101100 0 10101 1111 1010000 101011000 1100 10010

Color Harmonies of #34292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34292C

Black with #34292C

Text Example


Text Example

White with #34292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34292C; }

 p { color: rgb(52,41,44); }

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

background-color css

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

 a { background-color: rgb(52,41,44); }

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

border-color css

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

 span { border-color: rgb(52,41,44); }

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