Html Css Color HEX #321D20 Aubergine

📋 copy color: '#321D20'

red 50 ◦ green 29 ◦ blue 32

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

Shades of Aubergine #321D20

Tints of Aubergine #321D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

 BLUE value IS 32 (12.89% from 255) = 28.83%

R = 45.05%
G = 26.13%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#321D20 (or 0x321D20) is known color: Aubergine. HEX triplet: 32, 1D and 20. RGB value is (50,29,32). Sum of RGB (Red+Green+Blue) = 50+29+32=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #321D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D20 is #CDE2DF. Grayscale: #232323. Windows color (decimal): -13492960 or 2104626. OLE color: 2104626.

HSL color Cylindrical-coordinate representation of color #321D20: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D20 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 29 32 -
CMYK 0 0.42 0.36 0.80
HSL 351.43º 0.27% 0.15% -
HSV(B) 351.43º 0.42% 0.2% -
XYZ 2.02 1.66 1.58 -
YUV 35.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 50 29 32 0 0.42 0.36 0.80 351.43 0.27 0.15
Hex 32 1D 20 0 2A 24 50 15F 1B F
Octal 62 35 40 0 52 44 120 537 33 17
Binary 110010 11101 100000 0 101010 100100 1010000 101011111 11011 1111

Color Harmonies of #321D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D20

Black with #321D20

Text Example


Text Example

White with #321D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321D20; }

 p { color: rgb(50,29,32); }

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

background-color css

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

 a { background-color: rgb(50,29,32); }

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

border-color css

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

 span { border-color: rgb(50,29,32); }

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