#211A1F

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

Shades of Melanzane #211A1F

Tints of Melanzane #211A1F

Color information

#211A1F (or 0x211A1F) is unknown color: approx Melanzane. HEX triplet: 21, 1A and 1F. RGB value is (33,26,31). Sum of RGB (Red+Green+Blue) = 33+26+31=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A1F is #DEE5E0. Grayscale: #1C1C1C. Windows color (decimal): -14607841 or 2038305. OLE color: 2038305.

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

Color convert

RGB332631-
CMYK00.210.060.87
HSL317.14º11.86%11.57%-
HSV(B)317.14º21.21%12.94%-
XYZ1.241.161.45-
YUV28.66129.32131.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=36.67%
G=28.89%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33263100.210.060.87317.1411.8611.57
Hex211A1F01565713dcc
Octal41323702561274751414
Binary1000011101011111010101110101011110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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