Html Css Color HEX #34292B Aubergine

📋 copy color: '#34292B'

red 52 ◦ green 41 ◦ blue 43

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

Shades of Aubergine #34292B

Tints of Aubergine #34292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 38.24%
G = 30.15%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#34292B (or 0x34292B) is known color: Aubergine. HEX triplet: 34, 29 and 2B. RGB value is (52,41,43). Sum of RGB (Red+Green+Blue) = 52+41+43=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34292B is #CBD6D4. Grayscale: #2C2C2C. Windows color (decimal): -13358805 or 2828596. OLE color: 2828596.

HSL color Cylindrical-coordinate representation of color #34292B: hue angle of 349.09º 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 #34292B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 43 -
CMYK 0 0.21 0.17 0.80
HSL 349.09º 0.12% 0.18% -
HSV(B) 349.09º 0.21% 0.2% -
XYZ 2.65 2.49 2.63 -
YUV 44.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 52 41 43 0 0.21 0.17 0.80 349.09 0.12 0.18
Hex 34 29 2B 0 15 11 50 15D C 12
Octal 64 51 53 0 25 21 120 535 14 22
Binary 110100 101001 101011 0 10101 10001 1010000 101011101 1100 10010

Color Harmonies of #34292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34292B

Black with #34292B

Text Example


Text Example

White with #34292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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