#21161F

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

Shades of Melanzane #21161F

Tints of Melanzane #21161F

Color information

#21161F (or 0x21161F) is unknown color: approx Melanzane. HEX triplet: 21, 16 and 1F. RGB value is (33,22,31). Sum of RGB (Red+Green+Blue) = 33+22+31=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #21161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161F is #DEE9E0. Grayscale: #1A1A1A. Windows color (decimal): -14608865 or 2037281. OLE color: 2037281.

HSL color Cylindrical-coordinate representation of color #21161F: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21161F is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB332231-
CMYK00.330.060.87
HSL310.91º20%10.78%-
HSV(B)310.91º33.33%12.94%-
XYZ1.1611.43-
YUV26.32130.64132.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=38.37%
G=25.58%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33223100.330.060.87310.912010.78
Hex21161F02165713714b
Octal41263704161274672413
Binary100001101101111101000011101010111100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21161F; }

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

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

<style>
 a { background-color: #21161F; }

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

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

<style>
 span { border-color: #21161F; }

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

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