#190212

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

Shades of Melanzane #190212

Tints of Melanzane #190212

Color information

#190212 (or 0x190212) is unknown color: approx Melanzane. HEX triplet: 19, 02 and 12. RGB value is (25,2,18). Sum of RGB (Red+Green+Blue) = 25+2+18=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #190212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190212 is #E6FDED. Grayscale: #0A0A0A. Windows color (decimal): -15138286 or 1180185. OLE color: 1180185.

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

Color convert

RGB25218-
CMYK00.920.280.90
HSL318.26º85.19%5.29%-
HSV(B)318.26º92%9.8%-
XYZ0.530.290.6-
YUV10.7132.12138.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 55.56%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 18 (7.42% from 255) = 40%
R=55.56%
G=4.44%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521800.920.280.90318.2685.195.29
Hex1921205C1C5A13e555
Octal312220134341324761255
Binary110011010010010111001110010110101001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190212; }

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

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

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

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

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

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

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

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