#190414

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

Shades of Melanzane #190414

Tints of Melanzane #190414

Color information

#190414 (or 0x190414) is unknown color: approx Melanzane. HEX triplet: 19, 04 and 14. RGB value is (25,4,20). Sum of RGB (Red+Green+Blue) = 25+4+20=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190414 is #E6FBEB. Grayscale: #0C0C0C. Windows color (decimal): -15137772 or 1311769. OLE color: 1311769.

HSL color Cylindrical-coordinate representation of color #190414: hue angle of 314.29º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190414 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB25420-
CMYK00.840.200.90
HSL314.29º72.41%5.69%-
HSV(B)314.29º84%9.8%-
XYZ0.570.340.7-
YUV12.1132.46137.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=51.02%
G=8.16%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2542000.840.200.90314.2972.415.69
Hex19414054145A13a486
Octal314240124241324721106
Binary1100110010100010101001010010110101001110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190414; }

 p { color: rgb(25,4,20); }

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

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

 a { background-color: rgb(25,4,20); }

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

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

 span { border-color: rgb(25,4,20); }

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