#190312

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

Shades of Melanzane #190312

Tints of Melanzane #190312

Color information

#190312 (or 0x190312) is unknown color: approx Melanzane. HEX triplet: 19, 03 and 12. RGB value is (25,3,18). Sum of RGB (Red+Green+Blue) = 25+3+18=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190312 is #E6FCED. Grayscale: #0B0B0B. Windows color (decimal): -15138030 or 1180441. OLE color: 1180441.

HSL color Cylindrical-coordinate representation of color #190312: hue angle of 319.09º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190312 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB25318-
CMYK00.880.280.90
HSL319.09º78.57%5.49%-
HSV(B)319.09º88%9.8%-
XYZ0.540.320.6-
YUV11.29131.79137.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=54.35%
G=6.52%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2531800.880.280.90319.0978.575.49
Hex193120581C5A13f4f5
Octal313220130341324771175
Binary110011110010010110001110010110101001111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190312; }

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

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

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

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

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

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

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

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