#190714

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

Shades of Melanzane #190714

Tints of Melanzane #190714

Color information

#190714 (or 0x190714) is unknown color: approx Melanzane. HEX triplet: 19, 07 and 14. RGB value is (25,7,20). Sum of RGB (Red+Green+Blue) = 25+7+20=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190714 is #E6F8EB. Grayscale: #0D0D0D. Windows color (decimal): -15137004 or 1312537. OLE color: 1312537.

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

Color convert

RGB25720-
CMYK00.720.200.90
HSL316.67º56.25%6.27%-
HSV(B)316.67º72%9.8%-
XYZ0.60.410.71-
YUV13.86131.46135.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=48.08%
G=13.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2572000.720.200.90316.6756.256.27
Hex19714048145A13d386
Octal31724011024132475706
Binary110011111010001001000101001011010100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190714; }

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

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

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

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

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

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

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

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