Html Css Color HEX #211C20 Melanzane

📋 copy color: '#211C20'

red 33 ◦ green 28 ◦ blue 32

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

Shades of Melanzane #211C20

Tints of Melanzane #211C20

RGB

 RED value IS 33 (13.28% from 255) = 35.48%

 GREEN value IS 28 (11.33% from 255) = 30.11%

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

R = 35.48%
G = 30.11%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211C20 (or 0x211C20) is known color: Melanzane. HEX triplet: 21, 1C and 20. RGB value is (33,28,32). Sum of RGB (Red+Green+Blue) = 33+28+32=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 33 - color contains mainly: red. Hex color #211C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C20 is #DEE3DF. Grayscale: #1D1D1D. Windows color (decimal): -14607328 or 2104353. OLE color: 2104353.

HSL color Cylindrical-coordinate representation of color #211C20: hue angle of 312º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #211C20 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 28 32 -
CMYK 0 0.15 0.03 0.87
HSL 312º 0.08% 0.12% -
HSV(B) 312º 0.15% 0.13% -
XYZ 1.3 1.26 1.54 -
YUV 29.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 33 28 32 0 0.15 0.03 0.87 312 0.08 0.12
Hex 21 1C 20 0 F 3 57 138 8 C
Octal 41 34 40 0 17 3 127 470 10 14
Binary 100001 11100 100000 0 1111 11 1010111 100111000 1000 1100

Color Harmonies of #211C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C20

Black with #211C20

Text Example


Text Example

White with #211C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211C20; }

 p { color: rgb(33,28,32); }

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

background-color css

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

 a { background-color: rgb(33,28,32); }

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

border-color css

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

 span { border-color: rgb(33,28,32); }

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