Html Css Color HEX #1E0419 Melanzane

📋 copy color: '#1E0419'

red 30 ◦ green 4 ◦ blue 25

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

Shades of Melanzane #1E0419

Tints of Melanzane #1E0419

RGB

 RED value IS 30 (12.11% from 255) = 50.85%

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

 BLUE value IS 25 (10.16% from 255) = 42.37%

R = 50.85%
G = 6.78%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#1E0419 (or 0x1E0419) is known color: Melanzane. HEX triplet: 1E, 04 and 19. RGB value is (30,4,25). Sum of RGB (Red+Green+Blue) = 30+4+25=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0419 is #E1FBE6. Grayscale: #0E0E0E. Windows color (decimal): -14810087 or 1639454. OLE color: 1639454.

HSL color Cylindrical-coordinate representation of color #1E0419: hue angle of 311.54º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E0419 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 4 25 -
CMYK 0 0.87 0.17 0.88
HSL 311.54º 0.76% 0.07% -
HSV(B) 311.54º 0.87% 0.12% -
XYZ 0.75 0.43 0.96 -
YUV 14.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 30 4 25 0 0.87 0.17 0.88 311.54 0.76 0.07
Hex 1E 4 19 0 57 11 58 138 4C 7
Octal 36 4 31 0 127 21 130 470 114 7
Binary 11110 100 11001 0 1010111 10001 1011000 100111000 1001100 111

Color Harmonies of #1E0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0419

Black with #1E0419

Text Example


Text Example

White with #1E0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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