Html Css Color HEX #1E151A Melanzane

📋 copy color: '#1E151A'

red 30 ◦ green 21 ◦ blue 26

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

Shades of Melanzane #1E151A

Tints of Melanzane #1E151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

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

R = 38.96%
G = 27.27%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E151A (or 0x1E151A) is known color: Melanzane. HEX triplet: 1E, 15 and 1A. RGB value is (30,21,26). Sum of RGB (Red+Green+Blue) = 30+21+26=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 30 - color contains mainly: red. Hex color #1E151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151A is #E1EAE5. Grayscale: #181818. Windows color (decimal): -14805734 or 1709342. OLE color: 1709342.

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

Color convert

RGB 30 21 26 -
CMYK 0 0.30 0.13 0.88
HSL 326.67º 0.18% 0.1% -
HSV(B) 326.67º 0.3% 0.12% -
XYZ 0.99 0.89 1.1 -
YUV 24.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 30 21 26 0 0.30 0.13 0.88 326.67 0.18 0.1
Hex 1E 15 1A 0 1E D 58 147 12 A
Octal 36 25 32 0 36 15 130 507 22 12
Binary 11110 10101 11010 0 11110 1101 1011000 101000111 10010 1010

Color Harmonies of #1E151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E151A

Black with #1E151A

Text Example


Text Example

White with #1E151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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