Html Css Color HEX #34252A Aubergine

📋 copy color: '#34252A'

red 52 ◦ green 37 ◦ blue 42

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

Shades of Aubergine #34252A

Tints of Aubergine #34252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 39.69%
G = 28.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#34252A (or 0x34252A) is known color: Aubergine. HEX triplet: 34, 25 and 2A. RGB value is (52,37,42). Sum of RGB (Red+Green+Blue) = 52+37+42=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252A is #CBDAD5. Grayscale: #2A2A2A. Windows color (decimal): -13359830 or 2762036. OLE color: 2762036.

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

Color convert

RGB 52 37 42 -
CMYK 0 0.29 0.19 0.80
HSL 340º 0.17% 0.17% -
HSV(B) 340º 0.29% 0.2% -
XYZ 2.5 2.22 2.49 -
YUV 42.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 52 37 42 0 0.29 0.19 0.80 340 0.17 0.17
Hex 34 25 2A 0 1D 13 50 154 11 11
Octal 64 45 52 0 35 23 120 524 21 21
Binary 110100 100101 101010 0 11101 10011 1010000 101010100 10001 10001

Color Harmonies of #34252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34252A

Black with #34252A

Text Example


Text Example

White with #34252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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