#211C1F

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

Shades of Melanzane #211C1F

Tints of Melanzane #211C1F

Color information

#211C1F (or 0x211C1F) is unknown color: approx Melanzane. HEX triplet: 21, 1C and 1F. RGB value is (33,28,31). Sum of RGB (Red+Green+Blue) = 33+28+31=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1F is #DEE3E0. Grayscale: #1D1D1D. Windows color (decimal): -14607329 or 2038817. OLE color: 2038817.

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

Color convert

RGB332831-
CMYK00.150.060.87
HSL324º8.2%11.96%-
HSV(B)324º15.15%12.94%-
XYZ1.291.251.47-
YUV29.84128.66130.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=35.87%
G=30.43%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33283100.150.060.873248.211.96
Hex211C1F0F6571448c
Octal41343701761275041014
Binary100001111001111101111110101011110100010010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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