#190814

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

Shades of Melanzane #190814

Tints of Melanzane #190814

Color information

#190814 (or 0x190814) is unknown color: approx Melanzane. HEX triplet: 19, 08 and 14. RGB value is (25,8,20). Sum of RGB (Red+Green+Blue) = 25+8+20=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190814 is #E6F7EB. Grayscale: #0E0E0E. Windows color (decimal): -15136748 or 1312793. OLE color: 1312793.

HSL color Cylindrical-coordinate representation of color #190814: hue angle of 317.65º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190814 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB25820-
CMYK00.680.200.90
HSL317.65º51.52%6.47%-
HSV(B)317.65º68%9.8%-
XYZ0.610.430.71-
YUV14.45131.13135.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=47.17%
G=15.09%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2582000.680.200.90317.6551.526.47
Hex19814044145A13e346
Octal311024010424132476646
Binary1100110001010001000100101001011010100111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190814; }

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

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

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

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

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

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

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

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