#190913

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

Shades of Melanzane #190913

Tints of Melanzane #190913

Color information

#190913 (or 0x190913) is unknown color: approx Melanzane. HEX triplet: 19, 09 and 13. RGB value is (25,9,19). Sum of RGB (Red+Green+Blue) = 25+9+19=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190913 is #E6F6EC. Grayscale: #0E0E0E. Windows color (decimal): -15136493 or 1247513. OLE color: 1247513.

HSL color Cylindrical-coordinate representation of color #190913: hue angle of 322.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190913 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB25919-
CMYK00.640.240.90
HSL322.5º47.06%6.67%-
HSV(B)322.5º64%9.8%-
XYZ0.620.450.67-
YUV14.92130.3135.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=47.17%
G=16.98%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2591900.640.240.90322.547.066.67
Hex19913040185A1422f7
Octal311123010030132502577
Binary1100110011001101000000110001011010101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190913; }

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

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

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

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

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

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

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

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