#190514

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

Shades of Melanzane #190514

Tints of Melanzane #190514

Color information

#190514 (or 0x190514) is unknown color: approx Melanzane. HEX triplet: 19, 05 and 14. RGB value is (25,5,20). Sum of RGB (Red+Green+Blue) = 25+5+20=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190514 is #E6FAEB. Grayscale: #0C0C0C. Windows color (decimal): -15137516 or 1312025. OLE color: 1312025.

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

Color convert

RGB25520-
CMYK00.800.200.90
HSL315º66.67%5.88%-
HSV(B)315º80%9.8%-
XYZ0.580.370.7-
YUV12.69132.13136.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 20 (8.20% from 255) = 40%
R=50%
G=10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2552000.800.200.9031566.675.88
Hex19514050145A13b436
Octal315240120241324731036
Binary1100110110100010100001010010110101001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190514; }

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

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

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

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

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

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

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

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