Html Css Color HEX #190414 Melanzane

📋 copy color: '#190414'

red 25 ◦ green 4 ◦ blue 20

#190414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #190414

Tints of Melanzane #190414

RGB

 RED value IS 25 (10.16% from 255) = 51.02%

 GREEN value IS 4 (1.95% from 255) = 8.16%

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 51.02%
G = 8.16%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#190414 (or 0x190414) is known color: Melanzane. HEX triplet: 19, 04 and 14. RGB value is (25,4,20). Sum of RGB (Red+Green+Blue) = 25+4+20=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190414 is #E6FBEB. Grayscale: #0C0C0C. Windows color (decimal): -15137772 or 1311769. OLE color: 1311769.

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

Color convert

RGB 25 4 20 -
CMYK 0 0.84 0.20 0.90
HSL 314.29º 0.72% 0.06% -
HSV(B) 314.29º 0.84% 0.1% -
XYZ 0.57 0.34 0.7 -
YUV 12.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 25 4 20 0 0.84 0.20 0.90 314.29 0.72 0.06
Hex 19 4 14 0 54 14 5A 13A 48 6
Octal 31 4 24 0 124 24 132 472 110 6
Binary 11001 100 10100 0 1010100 10100 1011010 100111010 1001000 110

Color Harmonies of #190414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190414

Black with #190414

Text Example


Text Example

White with #190414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190414; }

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

 H1.HeaderClassName
 {
   color: #190414;
 }
 .AnyTagClassName
 {
   color: #190414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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