#190412

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

Shades of Melanzane #190412

Tints of Melanzane #190412

Color information

#190412 (or 0x190412) is unknown color: approx Melanzane. HEX triplet: 19, 04 and 12. RGB value is (25,4,18). Sum of RGB (Red+Green+Blue) = 25+4+18=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190412 is #E6FBED. Grayscale: #0B0B0B. Windows color (decimal): -15137774 or 1180697. OLE color: 1180697.

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

Color convert

RGB25418-
CMYK00.840.280.90
HSL320º72.41%5.69%-
HSV(B)320º84%9.8%-
XYZ0.550.340.61-
YUV11.88131.46137.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=53.19%
G=8.51%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2541800.840.280.9032072.415.69
Hex194120541C5A140486
Octal314220124341325001106
Binary1100110010010010101001110010110101010000001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190412; }

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

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

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

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

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

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

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

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