Html Css Color HEX #1E191C Melanzane

📋 copy color: '#1E191C'

red 30 ◦ green 25 ◦ blue 28

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

Shades of Melanzane #1E191C

Tints of Melanzane #1E191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

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

R = 36.14%
G = 30.12%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#1E191C (or 0x1E191C) is known color: Melanzane. HEX triplet: 1E, 19 and 1C. RGB value is (30,25,28). Sum of RGB (Red+Green+Blue) = 30+25+28=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 30 - color contains mainly: red. Hex color #1E191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191C is #E1E6E3. Grayscale: #1A1A1A. Windows color (decimal): -14804708 or 1841438. OLE color: 1841438.

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

Color convert

RGB 30 25 28 -
CMYK 0 0.17 0.07 0.88
HSL 324º 0.09% 0.11% -
HSV(B) 324º 0.17% 0.12% -
XYZ 1.09 1.06 1.24 -
YUV 26.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 30 25 28 0 0.17 0.07 0.88 324 0.09 0.11
Hex 1E 19 1C 0 11 7 58 144 9 B
Octal 36 31 34 0 21 7 130 504 11 13
Binary 11110 11001 11100 0 10001 111 1011000 101000100 1001 1011

Color Harmonies of #1E191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E191C

Black with #1E191C

Text Example


Text Example

White with #1E191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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