Html Css Color HEX #1E111A Melanzane

📋 copy color: '#1E111A'

red 30 ◦ green 17 ◦ blue 26

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

Shades of Melanzane #1E111A

Tints of Melanzane #1E111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

 BLUE value IS 26 (10.55% from 255) = 35.62%

R = 41.1%
G = 23.29%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E111A (or 0x1E111A) is known color: Melanzane. HEX triplet: 1E, 11 and 1A. RGB value is (30,17,26). Sum of RGB (Red+Green+Blue) = 30+17+26=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E111A is #E1EEE5. Grayscale: #151515. Windows color (decimal): -14806758 or 1708318. OLE color: 1708318.

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

Color convert

RGB 30 17 26 -
CMYK 0 0.43 0.13 0.88
HSL 318.46º 0.28% 0.09% -
HSV(B) 318.46º 0.43% 0.12% -
XYZ 0.92 0.75 1.07 -
YUV 21.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 30 17 26 0 0.43 0.13 0.88 318.46 0.28 0.09
Hex 1E 11 1A 0 2B D 58 13E 1C 9
Octal 36 21 32 0 53 15 130 476 34 11
Binary 11110 10001 11010 0 101011 1101 1011000 100111110 11100 1001

Color Harmonies of #1E111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E111A

Black with #1E111A

Text Example


Text Example

White with #1E111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,26); }

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

background-color css

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

 a { background-color: rgb(30,17,26); }

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

border-color css

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

 span { border-color: rgb(30,17,26); }

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