Html Css Color HEX #211B20 Melanzane

📋 copy color: '#211B20'

red 33 ◦ green 27 ◦ blue 32

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

Shades of Melanzane #211B20

Tints of Melanzane #211B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.35%

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

R = 35.87%
G = 29.35%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211B20 (or 0x211B20) is known color: Melanzane. HEX triplet: 21, 1B and 20. RGB value is (33,27,32). Sum of RGB (Red+Green+Blue) = 33+27+32=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #211B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B20 is #DEE4DF. Grayscale: #1D1D1D. Windows color (decimal): -14607584 or 2104097. OLE color: 2104097.

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

Color convert

RGB 33 27 32 -
CMYK 0 0.18 0.03 0.87
HSL 310º 0.1% 0.12% -
HSV(B) 310º 0.18% 0.13% -
XYZ 1.28 1.21 1.53 -
YUV 29.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 33 27 32 0 0.18 0.03 0.87 310 0.1 0.12
Hex 21 1B 20 0 12 3 57 136 A C
Octal 41 33 40 0 22 3 127 466 12 14
Binary 100001 11011 100000 0 10010 11 1010111 100110110 1010 1100

Color Harmonies of #211B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B20

Black with #211B20

Text Example


Text Example

White with #211B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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