Html Css Color HEX #32282B Aubergine

📋 copy color: '#32282B'

red 50 ◦ green 40 ◦ blue 43

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

Shades of Aubergine #32282B

Tints of Aubergine #32282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 37.59%
G = 30.08%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.80

RGB Variations

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

Color information

#32282B (or 0x32282B) is known color: Aubergine. HEX triplet: 32, 28 and 2B. RGB value is (50,40,43). Sum of RGB (Red+Green+Blue) = 50+40+43=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #32282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32282B is #CDD7D4. Grayscale: #2B2B2B. Windows color (decimal): -13490133 or 2828338. OLE color: 2828338.

HSL color Cylindrical-coordinate representation of color #32282B: hue angle of 342º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #32282B is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 40 43 -
CMYK 0 0.20 0.14 0.80
HSL 342º 0.11% 0.18% -
HSV(B) 342º 0.2% 0.2% -
XYZ 2.51 2.37 2.61 -
YUV 43.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 50 40 43 0 0.20 0.14 0.80 342 0.11 0.18
Hex 32 28 2B 0 14 E 50 156 B 12
Octal 62 50 53 0 24 16 120 526 13 22
Binary 110010 101000 101011 0 10100 1110 1010000 101010110 1011 10010

Color Harmonies of #32282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32282B

Black with #32282B

Text Example


Text Example

White with #32282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,40,43); }

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

background-color css

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

 a { background-color: rgb(50,40,43); }

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

border-color css

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

 span { border-color: rgb(50,40,43); }

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