Html Css Color HEX #211A20 Melanzane

📋 copy color: '#211A20'

red 33 ◦ green 26 ◦ blue 32

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

Shades of Melanzane #211A20

Tints of Melanzane #211A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.57%

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

R = 36.26%
G = 28.57%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211A20 (or 0x211A20) is known color: Melanzane. HEX triplet: 21, 1A and 20. RGB value is (33,26,32). Sum of RGB (Red+Green+Blue) = 33+26+32=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A20 is #DEE5DF. Grayscale: #1C1C1C. Windows color (decimal): -14607840 or 2103841. OLE color: 2103841.

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

Color convert

RGB 33 26 32 -
CMYK 0 0.21 0.03 0.87
HSL 308.57º 0.12% 0.12% -
HSV(B) 308.57º 0.21% 0.13% -
XYZ 1.26 1.17 1.53 -
YUV 28.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 33 26 32 0 0.21 0.03 0.87 308.57 0.12 0.12
Hex 21 1A 20 0 15 3 57 135 C C
Octal 41 32 40 0 25 3 127 465 14 14
Binary 100001 11010 100000 0 10101 11 1010111 100110101 1100 1100

Color Harmonies of #211A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A20

Black with #211A20

Text Example


Text Example

White with #211A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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