Html Css Color HEX #1E121A Melanzane

📋 copy color: '#1E121A'

red 30 ◦ green 18 ◦ blue 26

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

Shades of Melanzane #1E121A

Tints of Melanzane #1E121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 40.54%
G = 24.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E121A (or 0x1E121A) is known color: Melanzane. HEX triplet: 1E, 12 and 1A. RGB value is (30,18,26). Sum of RGB (Red+Green+Blue) = 30+18+26=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E121A is #E1EDE5. Grayscale: #161616. Windows color (decimal): -14806502 or 1708574. OLE color: 1708574.

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

Color convert

RGB 30 18 26 -
CMYK 0 0.40 0.13 0.88
HSL 320º 0.25% 0.09% -
HSV(B) 320º 0.4% 0.12% -
XYZ 0.94 0.78 1.08 -
YUV 22.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 30 18 26 0 0.40 0.13 0.88 320 0.25 0.09
Hex 1E 12 1A 0 28 D 58 140 19 9
Octal 36 22 32 0 50 15 130 500 31 11
Binary 11110 10010 11010 0 101000 1101 1011000 101000000 11001 1001

Color Harmonies of #1E121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E121A

Black with #1E121A

Text Example


Text Example

White with #1E121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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