#190313

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

Shades of Melanzane #190313

Tints of Melanzane #190313

Color information

#190313 (or 0x190313) is unknown color: approx Melanzane. HEX triplet: 19, 03 and 13. RGB value is (25,3,19). Sum of RGB (Red+Green+Blue) = 25+3+19=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190313 is #E6FCEC. Grayscale: #0B0B0B. Windows color (decimal): -15138029 or 1245977. OLE color: 1245977.

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

Color convert

RGB25319-
CMYK00.880.240.90
HSL316.36º78.57%5.49%-
HSV(B)316.36º88%9.8%-
XYZ0.550.320.65-
YUV11.4132.29137.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=53.19%
G=6.38%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2531900.880.240.90316.3678.575.49
Hex19313058185A13c4f5
Octal313230130301324741175
Binary110011110011010110001100010110101001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190313; }

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

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

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

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

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

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

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

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