#190613

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

Shades of Melanzane #190613

Tints of Melanzane #190613

Color information

#190613 (or 0x190613) is unknown color: approx Melanzane. HEX triplet: 19, 06 and 13. RGB value is (25,6,19). Sum of RGB (Red+Green+Blue) = 25+6+19=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190613 is #E6F9EC. Grayscale: #0D0D0D. Windows color (decimal): -15137261 or 1246745. OLE color: 1246745.

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

Color convert

RGB25619-
CMYK00.760.240.90
HSL318.95º61.29%6.08%-
HSV(B)318.95º76%9.8%-
XYZ0.580.380.66-
YUV13.16131.29136.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 19 (7.81% from 255) = 38%
R=50%
G=12%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2561900.760.240.90318.9561.296.08
Hex1961304C185A13f3d6
Octal31623011430132477756
Binary110011101001101001100110001011010100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190613; }

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

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

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

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

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

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

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

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