Html Css Color HEX #1E161A Melanzane

📋 copy color: '#1E161A'

red 30 ◦ green 22 ◦ blue 26

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

Shades of Melanzane #1E161A

Tints of Melanzane #1E161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.21%

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

R = 38.46%
G = 28.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E161A (or 0x1E161A) is known color: Melanzane. HEX triplet: 1E, 16 and 1A. RGB value is (30,22,26). Sum of RGB (Red+Green+Blue) = 30+22+26=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E161A is #E1E9E5. Grayscale: #181818. Windows color (decimal): -14805478 or 1709598. OLE color: 1709598.

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

Color convert

RGB 30 22 26 -
CMYK 0 0.27 0.13 0.88
HSL 330º 0.15% 0.1% -
HSV(B) 330º 0.27% 0.12% -
XYZ 1.01 0.92 1.1 -
YUV 24.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 30 22 26 0 0.27 0.13 0.88 330 0.15 0.1
Hex 1E 16 1A 0 1B D 58 14A F A
Octal 36 26 32 0 33 15 130 512 17 12
Binary 11110 10110 11010 0 11011 1101 1011000 101001010 1111 1010

Color Harmonies of #1E161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E161A

Black with #1E161A

Text Example


Text Example

White with #1E161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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