Html Css Color HEX #32272A Aubergine

📋 copy color: '#32272A'

red 50 ◦ green 39 ◦ blue 42

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

Shades of Aubergine #32272A

Tints of Aubergine #32272A

RGB

 RED value IS 50 (19.92% from 255) = 38.17%

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 38.17%
G = 29.77%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#32272A (or 0x32272A) is known color: Aubergine. HEX triplet: 32, 27 and 2A. RGB value is (50,39,42). Sum of RGB (Red+Green+Blue) = 50+39+42=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #32272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32272A is #CDD8D5. Grayscale: #2A2A2A. Windows color (decimal): -13490390 or 2762546. OLE color: 2762546.

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

Color convert

RGB 50 39 42 -
CMYK 0 0.22 0.16 0.80
HSL 343.64º 0.12% 0.17% -
HSV(B) 343.64º 0.22% 0.2% -
XYZ 2.46 2.3 2.5 -
YUV 42.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 50 39 42 0 0.22 0.16 0.80 343.64 0.12 0.17
Hex 32 27 2A 0 16 10 50 158 C 11
Octal 62 47 52 0 26 20 120 530 14 21
Binary 110010 100111 101010 0 10110 10000 1010000 101011000 1100 10001

Color Harmonies of #32272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32272A

Black with #32272A

Text Example


Text Example

White with #32272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,39,42); }

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

background-color css

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

 a { background-color: rgb(50,39,42); }

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

border-color css

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

 span { border-color: rgb(50,39,42); }

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