#190213

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

Shades of Melanzane #190213

Tints of Melanzane #190213

Color information

#190213 (or 0x190213) is unknown color: approx Melanzane. HEX triplet: 19, 02 and 13. RGB value is (25,2,19). Sum of RGB (Red+Green+Blue) = 25+2+19=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190213 is #E6FDEC. Grayscale: #0A0A0A. Windows color (decimal): -15138285 or 1245721. OLE color: 1245721.

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

Color convert

RGB25219-
CMYK00.920.240.90
HSL315.65º85.19%5.29%-
HSV(B)315.65º92%9.8%-
XYZ0.540.30.64-
YUV10.82132.62138.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=54.35%
G=4.35%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521900.920.240.90315.6585.195.29
Hex1921305C185A13c555
Octal312230134301324741255
Binary110011010011010111001100010110101001111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190213; }

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

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

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

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

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

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

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

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