#190214

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

Shades of Melanzane #190214

Tints of Melanzane #190214

Color information

#190214 (or 0x190214) is unknown color: approx Melanzane. HEX triplet: 19, 02 and 14. RGB value is (25,2,20). Sum of RGB (Red+Green+Blue) = 25+2+20=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190214 is #E6FDEB. Grayscale: #0A0A0A. Windows color (decimal): -15138284 or 1311257. OLE color: 1311257.

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

Color convert

RGB25220-
CMYK00.920.200.90
HSL313.04º85.19%5.29%-
HSV(B)313.04º92%9.8%-
XYZ0.550.30.69-
YUV10.93133.12138.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=53.19%
G=4.26%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2522000.920.200.90313.0485.195.29
Hex1921405C145A139555
Octal312240134241324711255
Binary110011010100010111001010010110101001110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190214; }

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

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

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

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

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

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

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

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