Html Css Color HEX #1E0619 Melanzane

📋 copy color: '#1E0619'

red 30 ◦ green 6 ◦ blue 25

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

Shades of Melanzane #1E0619

Tints of Melanzane #1E0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.84%

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

R = 49.18%
G = 9.84%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#1E0619 (or 0x1E0619) is known color: Melanzane. HEX triplet: 1E, 06 and 19. RGB value is (30,6,25). Sum of RGB (Red+Green+Blue) = 30+6+25=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0619 is #E1F9E6. Grayscale: #0F0F0F. Windows color (decimal): -14809575 or 1639966. OLE color: 1639966.

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

Color convert

RGB 30 6 25 -
CMYK 0 0.80 0.17 0.88
HSL 312.5º 0.67% 0.07% -
HSV(B) 312.5º 0.8% 0.12% -
XYZ 0.78 0.48 0.97 -
YUV 15.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 30 6 25 0 0.80 0.17 0.88 312.5 0.67 0.07
Hex 1E 6 19 0 50 11 58 138 43 7
Octal 36 6 31 0 120 21 130 470 103 7
Binary 11110 110 11001 0 1010000 10001 1011000 100111000 1000011 111

Color Harmonies of #1E0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0619

Black with #1E0619

Text Example


Text Example

White with #1E0619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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