Html Css Color HEX #211F20 Melanzane

📋 copy color: '#211F20'

red 33 ◦ green 31 ◦ blue 32

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

Shades of Melanzane #211F20

Tints of Melanzane #211F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 32.29%

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

R = 34.38%
G = 32.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211F20 (or 0x211F20) is known color: Melanzane. HEX triplet: 21, 1F and 20. RGB value is (33,31,32). Sum of RGB (Red+Green+Blue) = 33+31+32=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 33 - color contains mainly: red. Hex color #211F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F20 is #DEE0DF. Grayscale: #1F1F1F. Windows color (decimal): -14606560 or 2105121. OLE color: 2105121.

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

Color convert

RGB 33 31 32 -
CMYK 0 0.06 0.03 0.87
HSL 330º 0.03% 0.13% -
HSV(B) 330º 0.06% 0.13% -
XYZ 1.38 1.41 1.57 -
YUV 31.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 33 31 32 0 0.06 0.03 0.87 330 0.03 0.13
Hex 21 1F 20 0 6 3 57 14A 3 D
Octal 41 37 40 0 6 3 127 512 3 15
Binary 100001 11111 100000 0 110 11 1010111 101001010 11 1101

Color Harmonies of #211F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F20

Black with #211F20

Text Example


Text Example

White with #211F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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