Html Css Color HEX #1E091A Melanzane

📋 copy color: '#1E091A'

red 30 ◦ green 9 ◦ blue 26

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

Shades of Melanzane #1E091A

Tints of Melanzane #1E091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.85%

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

R = 46.15%
G = 13.85%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E091A (or 0x1E091A) is known color: Melanzane. HEX triplet: 1E, 09 and 1A. RGB value is (30,9,26). Sum of RGB (Red+Green+Blue) = 30+9+26=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091A is #E1F6E5. Grayscale: #111111. Windows color (decimal): -14808806 or 1706270. OLE color: 1706270.

HSL color Cylindrical-coordinate representation of color #1E091A: hue angle of 311.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E091A is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 9 26 -
CMYK 0 0.70 0.13 0.88
HSL 311.43º 0.54% 0.08% -
HSV(B) 311.43º 0.7% 0.12% -
XYZ 0.82 0.55 1.04 -
YUV 17.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 30 9 26 0 0.70 0.13 0.88 311.43 0.54 0.08
Hex 1E 9 1A 0 46 D 58 137 36 8
Octal 36 11 32 0 106 15 130 467 66 10
Binary 11110 1001 11010 0 1000110 1101 1011000 100110111 110110 1000

Color Harmonies of #1E091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E091A

Black with #1E091A

Text Example


Text Example

White with #1E091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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