Html Css Color HEX #1E0618 Melanzane

📋 copy color: '#1E0618'

red 30 ◦ green 6 ◦ blue 24

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

Shades of Melanzane #1E0618

Tints of Melanzane #1E0618

RGB

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

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

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

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0618 (or 0x1E0618) is known color: Melanzane. HEX triplet: 1E, 06 and 18. RGB value is (30,6,24). Sum of RGB (Red+Green+Blue) = 30+6+24=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0618 is #E1F9E7. Grayscale: #0F0F0F. Windows color (decimal): -14809576 or 1574430. OLE color: 1574430.

HSL color Cylindrical-coordinate representation of color #1E0618: hue angle of 315º 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 #1E0618 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 6 24 -
CMYK 0 0.80 0.20 0.88
HSL 315º 0.67% 0.07% -
HSV(B) 315º 0.8% 0.12% -
XYZ 0.77 0.47 0.91 -
YUV 15.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 30 6 24 0 0.80 0.20 0.88 315 0.67 0.07
Hex 1E 6 18 0 50 14 58 13B 43 7
Octal 36 6 30 0 120 24 130 473 103 7
Binary 11110 110 11000 0 1010000 10100 1011000 100111011 1000011 111

Color Harmonies of #1E0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0618

Black with #1E0618

Text Example


Text Example

White with #1E0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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