#190D14

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

Shades of Melanzane #190D14

Tints of Melanzane #190D14

Color information

#190D14 (or 0x190D14) is unknown color: approx Melanzane. HEX triplet: 19, 0D and 14. RGB value is (25,13,20). Sum of RGB (Red+Green+Blue) = 25+13+20=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D14 is #E6F2EB. Grayscale: #111111. Windows color (decimal): -15135468 or 1314073. OLE color: 1314073.

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

Color convert

RGB251320-
CMYK00.480.200.90
HSL325º31.58%7.45%-
HSV(B)325º48%9.8%-
XYZ0.670.550.73-
YUV17.39129.48133.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=43.10%
G=22.41%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25132000.480.200.9032531.587.45
Hex19D14030145A145207
Octal31152406024132505407
Binary110011101101000110000101001011010101000101100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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