#211A1E

Color #211A1E Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #211A1E

Tints of Melanzane #211A1E

Color information

#211A1E (or 0x211A1E) is unknown color: approx Melanzane. HEX triplet: 21, 1A and 1E. RGB value is (33,26,30). Sum of RGB (Red+Green+Blue) = 33+26+30=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A1E is #DEE5E1. Grayscale: #1C1C1C. Windows color (decimal): -14607842 or 1972769. OLE color: 1972769.

HSL color Cylindrical-coordinate representation of color #211A1E: hue angle of 325.71º 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 #211A1E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB332630-
CMYK00.210.090.87
HSL325.71º11.86%11.57%-
HSV(B)325.71º21.21%12.94%-
XYZ1.231.161.39-
YUV28.55128.82131.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=37.08%
G=29.21%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33263000.210.090.87325.7111.8611.57
Hex211A1E015957146cc
Octal413236025111275061414
Binary10000111010111100101011001101011110100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #211A1E;
 }
 .AnyTagClassName
 {
   color: #211A1E;
 }
</style>
background-color css

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

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

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

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

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

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