Html Css Color HEX #1E101B Melanzane

📋 copy color: '#1E101B'

red 30 ◦ green 16 ◦ blue 27

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

Shades of Melanzane #1E101B

Tints of Melanzane #1E101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.92%

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

R = 41.1%
G = 21.92%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E101B (or 0x1E101B) is known color: Melanzane. HEX triplet: 1E, 10 and 1B. RGB value is (30,16,27). Sum of RGB (Red+Green+Blue) = 30+16+27=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101B is #E1EFE4. Grayscale: #151515. Windows color (decimal): -14807013 or 1773598. OLE color: 1773598.

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

Color convert

RGB 30 16 27 -
CMYK 0 0.47 0.10 0.88
HSL 312.86º 0.3% 0.09% -
HSV(B) 312.86º 0.47% 0.12% -
XYZ 0.92 0.73 1.13 -
YUV 21.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 30 16 27 0 0.47 0.10 0.88 312.86 0.3 0.09
Hex 1E 10 1B 0 2F A 58 139 1E 9
Octal 36 20 33 0 57 12 130 471 36 11
Binary 11110 10000 11011 0 101111 1010 1011000 100111001 11110 1001

Color Harmonies of #1E101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E101B

Black with #1E101B

Text Example


Text Example

White with #1E101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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