#190614

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

Shades of Melanzane #190614

Tints of Melanzane #190614

Color information

#190614 (or 0x190614) is unknown color: approx Melanzane. HEX triplet: 19, 06 and 14. RGB value is (25,6,20). Sum of RGB (Red+Green+Blue) = 25+6+20=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190614 is #E6F9EB. Grayscale: #0D0D0D. Windows color (decimal): -15137260 or 1312281. OLE color: 1312281.

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

Color convert

RGB25620-
CMYK00.760.200.90
HSL315.79º61.29%6.08%-
HSV(B)315.79º76%9.8%-
XYZ0.590.390.71-
YUV13.28131.79136.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=49.02%
G=11.76%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2562000.760.200.90315.7961.296.08
Hex1961404C145A13c3d6
Octal31624011424132474756
Binary110011101010001001100101001011010100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190614; }

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

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

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

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

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

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

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

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