Html Css Color HEX #34262A Aubergine

📋 copy color: '#34262A'

red 52 ◦ green 38 ◦ blue 42

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

Shades of Aubergine #34262A

Tints of Aubergine #34262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

 BLUE value IS 42 (16.8% from 255) = 31.82%

R = 39.39%
G = 28.79%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#34262A (or 0x34262A) is known color: Aubergine. HEX triplet: 34, 26 and 2A. RGB value is (52,38,42). Sum of RGB (Red+Green+Blue) = 52+38+42=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #34262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34262A is #CBD9D5. Grayscale: #2A2A2A. Windows color (decimal): -13359574 or 2762292. OLE color: 2762292.

HSL color Cylindrical-coordinate representation of color #34262A: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #34262A is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 38 42 -
CMYK 0 0.27 0.19 0.80
HSL 342.86º 0.16% 0.18% -
HSV(B) 342.86º 0.27% 0.2% -
XYZ 2.53 2.28 2.5 -
YUV 42.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 52 38 42 0 0.27 0.19 0.80 342.86 0.16 0.18
Hex 34 26 2A 0 1B 13 50 157 10 12
Octal 64 46 52 0 33 23 120 527 20 22
Binary 110100 100110 101010 0 11011 10011 1010000 101010111 10000 10010

Color Harmonies of #34262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34262A

Black with #34262A

Text Example


Text Example

White with #34262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34262A; }

 p { color: rgb(52,38,42); }

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

background-color css

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

 a { background-color: rgb(52,38,42); }

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

border-color css

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

 span { border-color: rgb(52,38,42); }

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