Html Css Color HEX #1E0719 Melanzane

📋 copy color: '#1E0719'

red 30 ◦ green 7 ◦ blue 25

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

Shades of Melanzane #1E0719

Tints of Melanzane #1E0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

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

R = 48.39%
G = 11.29%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#1E0719 (or 0x1E0719) is known color: Melanzane. HEX triplet: 1E, 07 and 19. RGB value is (30,7,25). Sum of RGB (Red+Green+Blue) = 30+7+25=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0719 is #E1F8E6. Grayscale: #0F0F0F. Windows color (decimal): -14809319 or 1640222. OLE color: 1640222.

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

Color convert

RGB 30 7 25 -
CMYK 0 0.77 0.17 0.88
HSL 313.04º 0.62% 0.07% -
HSV(B) 313.04º 0.77% 0.12% -
XYZ 0.79 0.5 0.97 -
YUV 15.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 30 7 25 0 0.77 0.17 0.88 313.04 0.62 0.07
Hex 1E 7 19 0 4D 11 58 139 3E 7
Octal 36 7 31 0 115 21 130 471 76 7
Binary 11110 111 11001 0 1001101 10001 1011000 100111001 111110 111

Color Harmonies of #1E0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0719

Black with #1E0719

Text Example


Text Example

White with #1E0719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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