#161214

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

Shades of Melanzane #161214

Tints of Melanzane #161214

Color information

#161214 (or 0x161214) is unknown color: approx Melanzane. HEX triplet: 16, 12 and 14. RGB value is (22,18,20). Sum of RGB (Red+Green+Blue) = 22+18+20=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 22 - color contains mainly: red. Hex color #161214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161214 is #E9EDEB. Grayscale: #131313. Windows color (decimal): -15330796 or 1315350. OLE color: 1315350.

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

Color convert

RGB221820-
CMYK00.180.090.91
HSL330º10%7.84%-
HSV(B)330º18.18%8.63%-
XYZ0.670.650.75-
YUV19.42128.33129.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 20 (8.20% 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.91
SystemRedGreenBlueCMYKHSL
Decimal22182000.180.090.91330107.84
Hex16121401295B14aa8
Octal262224022111335121210
Binary1011010010101000100101001101101110100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161214; }

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

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

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

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

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

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

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

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