Html Css Color HEX #343031 Aubergine

📋 copy color: '#343031'

red 52 ◦ green 48 ◦ blue 49

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

Shades of Aubergine #343031

Tints of Aubergine #343031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 34.9%
G = 32.21%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#343031 (or 0x343031) is known color: Aubergine. HEX triplet: 34, 30 and 31. RGB value is (52,48,49). Sum of RGB (Red+Green+Blue) = 52+48+49=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 52 - color contains mainly: red. Hex color #343031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343031 is #CBCFCE. Grayscale: #313131. Windows color (decimal): -13357007 or 3223604. OLE color: 3223604.

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

Color convert

RGB 52 48 49 -
CMYK 0 0.08 0.06 0.80
HSL 345º 0.04% 0.2% -
HSV(B) 345º 0.08% 0.2% -
XYZ 3.03 3.07 3.34 -
YUV 49.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 52 48 49 0 0.08 0.06 0.80 345 0.04 0.2
Hex 34 30 31 0 8 6 50 159 4 14
Octal 64 60 61 0 10 6 120 531 4 24
Binary 110100 110000 110001 0 1000 110 1010000 101011001 100 10100

Color Harmonies of #343031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343031

Black with #343031

Text Example


Text Example

White with #343031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343031; }

 p { color: rgb(52,48,49); }

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

background-color css

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

 a { background-color: rgb(52,48,49); }

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

border-color css

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

 span { border-color: rgb(52,48,49); }

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