Html Css Color HEX #1E0518 Melanzane

📋 copy color: '#1E0518'

red 30 ◦ green 5 ◦ blue 24

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

Shades of Melanzane #1E0518

Tints of Melanzane #1E0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

 BLUE value IS 24 (9.77% from 255) = 40.68%

R = 50.85%
G = 8.47%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0518 (or 0x1E0518) is known color: Melanzane. HEX triplet: 1E, 05 and 18. RGB value is (30,5,24). Sum of RGB (Red+Green+Blue) = 30+5+24=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0518 is #E1FAE7. Grayscale: #0E0E0E. Windows color (decimal): -14809832 or 1574174. OLE color: 1574174.

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

Color convert

RGB 30 5 24 -
CMYK 0 0.83 0.20 0.88
HSL 314.4º 0.71% 0.07% -
HSV(B) 314.4º 0.83% 0.12% -
XYZ 0.75 0.45 0.91 -
YUV 14.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 30 5 24 0 0.83 0.20 0.88 314.4 0.71 0.07
Hex 1E 5 18 0 53 14 58 13A 47 7
Octal 36 5 30 0 123 24 130 472 107 7
Binary 11110 101 11000 0 1010011 10100 1011000 100111010 1000111 111

Color Harmonies of #1E0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0518

Black with #1E0518

Text Example


Text Example

White with #1E0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,5,24); }

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

background-color css

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

 a { background-color: rgb(30,5,24); }

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

border-color css

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

 span { border-color: rgb(30,5,24); }

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