#190515

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

Shades of Melanzane #190515

Tints of Melanzane #190515

Color information

#190515 (or 0x190515) is unknown color: approx Melanzane. HEX triplet: 19, 05 and 15. RGB value is (25,5,21). Sum of RGB (Red+Green+Blue) = 25+5+21=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190515 is #E6FAEA. Grayscale: #0C0C0C. Windows color (decimal): -15137515 or 1377561. OLE color: 1377561.

HSL color Cylindrical-coordinate representation of color #190515: hue angle of 312º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190515 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB25521-
CMYK00.800.160.90
HSL312º66.67%5.88%-
HSV(B)312º80%9.8%-
XYZ0.590.370.75-
YUV12.8132.63136.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=49.02%
G=9.80%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2552100.800.160.9031266.675.88
Hex19515050105A138436
Octal315250120201324701036
Binary1100110110101010100001000010110101001110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190515; }

 p { color: rgb(25,5,21); }

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

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

 a { background-color: rgb(25,5,21); }

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

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

 span { border-color: rgb(25,5,21); }

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