#190C15

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

Shades of Melanzane #190C15

Tints of Melanzane #190C15

Color information

#190C15 (or 0x190C15) is unknown color: approx Melanzane. HEX triplet: 19, 0C and 15. RGB value is (25,12,21). Sum of RGB (Red+Green+Blue) = 25+12+21=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C15 is #E6F3EA. Grayscale: #101010. Windows color (decimal): -15135723 or 1379353. OLE color: 1379353.

HSL color Cylindrical-coordinate representation of color #190C15: hue angle of 318.46º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190C15 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB251221-
CMYK00.520.160.90
HSL318.46º35.14%7.25%-
HSV(B)318.46º52%9.8%-
XYZ0.670.520.78-
YUV16.91130.31133.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=43.10%
G=20.69%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25122100.520.160.90318.4635.147.25
Hex19C15034105A13e237
Octal31142506420132476437
Binary110011100101010110100100001011010100111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190C15; }

 p { color: rgb(25,12,21); }

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

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

 a { background-color: rgb(25,12,21); }

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

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

 span { border-color: rgb(25,12,21); }

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