Html Css Color HEX #1E0E18 Melanzane

📋 copy color: '#1E0E18'

red 30 ◦ green 14 ◦ blue 24

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

Shades of Melanzane #1E0E18

Tints of Melanzane #1E0E18

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20.59%

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

R = 44.12%
G = 20.59%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0E18 (or 0x1E0E18) is known color: Melanzane. HEX triplet: 1E, 0E and 18. RGB value is (30,14,24). Sum of RGB (Red+Green+Blue) = 30+14+24=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0E18 is #E1F1E7. Grayscale: #131313. Windows color (decimal): -14807528 or 1576478. OLE color: 1576478.

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

Color convert

RGB 30 14 24 -
CMYK 0 0.53 0.20 0.88
HSL 322.5º 0.36% 0.09% -
HSV(B) 322.5º 0.53% 0.12% -
XYZ 0.86 0.66 0.95 -
YUV 19.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 30 14 24 0 0.53 0.20 0.88 322.5 0.36 0.09
Hex 1E E 18 0 35 14 58 142 24 9
Octal 36 16 30 0 65 24 130 502 44 11
Binary 11110 1110 11000 0 110101 10100 1011000 101000010 100100 1001

Color Harmonies of #1E0E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0E18

Black with #1E0E18

Text Example


Text Example

White with #1E0E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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