#190612

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

Shades of Melanzane #190612

Tints of Melanzane #190612

Color information

#190612 (or 0x190612) is unknown color: approx Melanzane. HEX triplet: 19, 06 and 12. RGB value is (25,6,18). Sum of RGB (Red+Green+Blue) = 25+6+18=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190612 is #E6F9ED. Grayscale: #0D0D0D. Windows color (decimal): -15137262 or 1181209. OLE color: 1181209.

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

Color convert

RGB25618-
CMYK00.760.280.90
HSL322.11º61.29%6.08%-
HSV(B)322.11º76%9.8%-
XYZ0.580.380.62-
YUV13.05130.79136.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=51.02%
G=12.24%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2561800.760.280.90322.1161.296.08
Hex1961204C1C5A1423d6
Octal31622011434132502756
Binary110011101001001001100111001011010101000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190612; }

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

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

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

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

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

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

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

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