#21171E

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

Shades of Melanzane #21171E

Tints of Melanzane #21171E

Color information

#21171E (or 0x21171E) is unknown color: approx Melanzane. HEX triplet: 21, 17 and 1E. RGB value is (33,23,30). Sum of RGB (Red+Green+Blue) = 33+23+30=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #21171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171E is #DEE8E1. Grayscale: #1A1A1A. Windows color (decimal): -14608610 or 1972001. OLE color: 1972001.

HSL color Cylindrical-coordinate representation of color #21171E: hue angle of 318º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21171E is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB332330-
CMYK00.300.090.87
HSL318º17.86%10.98%-
HSV(B)318º30.3%12.94%-
XYZ1.171.031.37-
YUV26.79129.81132.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=38.37%
G=26.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33233000.300.090.8731817.8610.98
Hex21171E01E95713e12b
Octal412736036111274762213
Binary100001101111111001111010011010111100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21171E; }

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

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

<style>
 a { background-color: #21171E; }

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

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

<style>
 span { border-color: #21171E; }

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

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