#211B1E

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

Shades of Melanzane #211B1E

Tints of Melanzane #211B1E

Color information

#211B1E (or 0x211B1E) is unknown color: approx Melanzane. HEX triplet: 21, 1B and 1E. RGB value is (33,27,30). Sum of RGB (Red+Green+Blue) = 33+27+30=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B1E is #DEE4E1. Grayscale: #1D1D1D. Windows color (decimal): -14607586 or 1973025. OLE color: 1973025.

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

Color convert

RGB332730-
CMYK00.180.090.87
HSL330º10%11.76%-
HSV(B)330º18.18%12.94%-
XYZ1.251.21.39-
YUV29.14128.49130.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=36.67%
G=30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33273000.180.090.873301011.76
Hex211B1E01295714aac
Octal413336022111275121214
Binary10000111011111100100101001101011110100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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