Html Css Color HEX #1E171B Melanzane

📋 copy color: '#1E171B'

red 30 ◦ green 23 ◦ blue 27

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

Shades of Melanzane #1E171B

Tints of Melanzane #1E171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.75%

 BLUE value IS 27 (10.94% from 255) = 33.75%

R = 37.5%
G = 28.75%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E171B (or 0x1E171B) is known color: Melanzane. HEX triplet: 1E, 17 and 1B. RGB value is (30,23,27). Sum of RGB (Red+Green+Blue) = 30+23+27=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171B is #E1E8E4. Grayscale: #191919. Windows color (decimal): -14805221 or 1775390. OLE color: 1775390.

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

Color convert

RGB 30 23 27 -
CMYK 0 0.23 0.10 0.88
HSL 325.71º 0.13% 0.1% -
HSV(B) 325.71º 0.23% 0.12% -
XYZ 1.04 0.97 1.17 -
YUV 25.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 30 23 27 0 0.23 0.10 0.88 325.71 0.13 0.1
Hex 1E 17 1B 0 17 A 58 146 D A
Octal 36 27 33 0 27 12 130 506 15 12
Binary 11110 10111 11011 0 10111 1010 1011000 101000110 1101 1010

Color Harmonies of #1E171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E171B

Black with #1E171B

Text Example


Text Example

White with #1E171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,27); }

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

background-color css

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

 a { background-color: rgb(30,23,27); }

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

border-color css

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

 span { border-color: rgb(30,23,27); }

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