#161215

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

Shades of Melanzane #161215

Tints of Melanzane #161215

Color information

#161215 (or 0x161215) is unknown color: approx Melanzane. HEX triplet: 16, 12 and 15. RGB value is (22,18,21). Sum of RGB (Red+Green+Blue) = 22+18+21=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 22 - color contains mainly: red. Hex color #161215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161215 is #E9EDEA. Grayscale: #131313. Windows color (decimal): -15330795 or 1380886. OLE color: 1380886.

HSL color Cylindrical-coordinate representation of color #161215: hue angle of 315º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #161215 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB221821-
CMYK00.180.050.91
HSL315º10%7.84%-
HSV(B)315º18.18%8.63%-
XYZ0.680.660.8-
YUV19.54128.83129.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=36.07%
G=29.51%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22182100.180.050.91315107.84
Hex16121501255B13ba8
Octal26222502251334731210
Binary101101001010101010010101101101110011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161215; }

 p { color: rgb(22,18,21); }

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

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

 a { background-color: rgb(22,18,21); }

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

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

 span { border-color: rgb(22,18,21); }

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