Html Css Color HEX #211D20 Melanzane

📋 copy color: '#211D20'

red 33 ◦ green 29 ◦ blue 32

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

Shades of Melanzane #211D20

Tints of Melanzane #211D20

RGB

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

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

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

R = 35.11%
G = 30.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211D20 (or 0x211D20) is known color: Melanzane. HEX triplet: 21, 1D and 20. RGB value is (33,29,32). Sum of RGB (Red+Green+Blue) = 33+29+32=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 33 - color contains mainly: red. Hex color #211D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D20 is #DEE2DF. Grayscale: #1E1E1E. Windows color (decimal): -14607072 or 2104609. OLE color: 2104609.

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

Color convert

RGB 33 29 32 -
CMYK 0 0.12 0.03 0.87
HSL 315º 0.06% 0.12% -
HSV(B) 315º 0.12% 0.13% -
XYZ 1.33 1.31 1.55 -
YUV 30.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 33 29 32 0 0.12 0.03 0.87 315 0.06 0.12
Hex 21 1D 20 0 C 3 57 13B 6 C
Octal 41 35 40 0 14 3 127 473 6 14
Binary 100001 11101 100000 0 1100 11 1010111 100111011 110 1100

Color Harmonies of #211D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D20

Black with #211D20

Text Example


Text Example

White with #211D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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