#191216

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

Shades of Melanzane #191216

Tints of Melanzane #191216

Color information

#191216 (or 0x191216) is unknown color: approx Melanzane. HEX triplet: 19, 12 and 16. RGB value is (25,18,22). Sum of RGB (Red+Green+Blue) = 25+18+22=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191216 is #E6EDE9. Grayscale: #141414. Windows color (decimal): -15134186 or 1446425. OLE color: 1446425.

HSL color Cylindrical-coordinate representation of color #191216: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191216 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB251822-
CMYK00.280.120.90
HSL325.71º16.28%8.43%-
HSV(B)325.71º28%9.8%-
XYZ0.760.70.85-
YUV20.55128.82131.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 38.46%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=38.46%
G=27.69%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25182200.280.120.90325.7116.288.43
Hex19121601CC5A146108
Octal312226034141325062010
Binary11001100101011001110011001011010101000110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191216; }

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

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

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

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

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

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

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

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