Html Css Color HEX #1E0718 Melanzane

📋 copy color: '#1E0718'

red 30 ◦ green 7 ◦ blue 24

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

Shades of Melanzane #1E0718

Tints of Melanzane #1E0718

RGB

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

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

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

R = 49.18%
G = 11.48%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0718 (or 0x1E0718) is known color: Melanzane. HEX triplet: 1E, 07 and 18. RGB value is (30,7,24). Sum of RGB (Red+Green+Blue) = 30+7+24=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0718 is #E1F8E7. Grayscale: #0F0F0F. Windows color (decimal): -14809320 or 1574686. OLE color: 1574686.

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

Color convert

RGB 30 7 24 -
CMYK 0 0.77 0.20 0.88
HSL 315.65º 0.62% 0.07% -
HSV(B) 315.65º 0.77% 0.12% -
XYZ 0.78 0.49 0.92 -
YUV 15.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 30 7 24 0 0.77 0.20 0.88 315.65 0.62 0.07
Hex 1E 7 18 0 4D 14 58 13C 3E 7
Octal 36 7 30 0 115 24 130 474 76 7
Binary 11110 111 11000 0 1001101 10100 1011000 100111100 111110 111

Color Harmonies of #1E0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0718

Black with #1E0718

Text Example


Text Example

White with #1E0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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