Html Css Color HEX #1E151C Melanzane

📋 copy color: '#1E151C'

red 30 ◦ green 21 ◦ blue 28

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

Shades of Melanzane #1E151C

Tints of Melanzane #1E151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 37.97%
G = 26.58%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#1E151C (or 0x1E151C) is known color: Melanzane. HEX triplet: 1E, 15 and 1C. RGB value is (30,21,28). Sum of RGB (Red+Green+Blue) = 30+21+28=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151C is #E1EAE3. Grayscale: #181818. Windows color (decimal): -14805732 or 1840414. OLE color: 1840414.

HSL color Cylindrical-coordinate representation of color #1E151C: hue angle of 313.33º 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 #1E151C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 21 28 -
CMYK 0 0.30 0.07 0.88
HSL 313.33º 0.18% 0.1% -
HSV(B) 313.33º 0.3% 0.12% -
XYZ 1.01 0.9 1.22 -
YUV 24.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 30 21 28 0 0.30 0.07 0.88 313.33 0.18 0.1
Hex 1E 15 1C 0 1E 7 58 139 12 A
Octal 36 25 34 0 36 7 130 471 22 12
Binary 11110 10101 11100 0 11110 111 1011000 100111001 10010 1010

Color Harmonies of #1E151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E151C

Black with #1E151C

Text Example


Text Example

White with #1E151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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