#191317

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

Shades of Melanzane #191317

Tints of Melanzane #191317

Color information

#191317 (or 0x191317) is unknown color: approx Melanzane. HEX triplet: 19, 13 and 17. RGB value is (25,19,23). Sum of RGB (Red+Green+Blue) = 25+19+23=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 25 - color contains mainly: red. Hex color #191317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191317 is #E6ECE8. Grayscale: #151515. Windows color (decimal): -15133929 or 1512217. OLE color: 1512217.

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

Color convert

RGB251923-
CMYK00.240.080.90
HSL320º13.64%8.63%-
HSV(B)320º24%9.8%-
XYZ0.790.730.91-
YUV21.25128.99130.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 23 (9.38% from 255) = 34.33%
R=37.31%
G=28.36%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25192300.240.080.9032013.648.63
Hex19131701885A140e9
Octal312327030101325001611
Binary1100110011101110110001000101101010100000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191317; }

 p { color: rgb(25,19,23); }

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

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

 a { background-color: rgb(25,19,23); }

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

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

 span { border-color: rgb(25,19,23); }

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