#191217

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

Shades of Melanzane #191217

Tints of Melanzane #191217

Color information

#191217 (or 0x191217) is unknown color: approx Melanzane. HEX triplet: 19, 12 and 17. RGB value is (25,18,23). Sum of RGB (Red+Green+Blue) = 25+18+23=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191217 is #E6EDE8. Grayscale: #141414. Windows color (decimal): -15134185 or 1511961. OLE color: 1511961.

HSL color Cylindrical-coordinate representation of color #191217: hue angle of 317.14º 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 #191217 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB251823-
CMYK00.280.080.90
HSL317.14º16.28%8.43%-
HSV(B)317.14º28%9.8%-
XYZ0.770.70.91-
YUV20.66129.32131.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=37.88%
G=27.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25182300.280.080.90317.1416.288.43
Hex19121701C85A13d108
Octal312227034101324752010
Binary11001100101011101110010001011010100111101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191217; }

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

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

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

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

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

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

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

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