#190B14

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

Shades of Melanzane #190B14

Tints of Melanzane #190B14

Color information

#190B14 (or 0x190B14) is unknown color: approx Melanzane. HEX triplet: 19, 0B and 14. RGB value is (25,11,20). Sum of RGB (Red+Green+Blue) = 25+11+20=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #190B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B14 is #E6F4EB. Grayscale: #101010. Windows color (decimal): -15135980 or 1313561. OLE color: 1313561.

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

Color convert

RGB251120-
CMYK00.560.200.90
HSL321.43º38.89%7.06%-
HSV(B)321.43º56%9.8%-
XYZ0.650.50.72-
YUV16.21130.14134.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=44.64%
G=19.64%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25112000.560.200.90321.4338.897.06
Hex19B14038145A141277
Octal31132407024132501477
Binary110011011101000111000101001011010101000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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