Html Css Color HEX #11090E Melanzane

📋 copy color: '#11090E'

red 17 ◦ green 9 ◦ blue 14

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

Shades of Melanzane #11090E

Tints of Melanzane #11090E

RGB

 RED value IS 17 (7.03% from 255) = 42.5%

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

 BLUE value IS 14 (5.86% from 255) = 35%

R = 42.5%
G = 22.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11090E (or 0x11090E) is known color: Melanzane. HEX triplet: 11, 09 and 0E. RGB value is (17,9,14). Sum of RGB (Red+Green+Blue) = 17+9+14=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #11090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11090E is #EEF6F1. Grayscale: #0B0B0B. Windows color (decimal): -15660786 or 919825. OLE color: 919825.

HSL color Cylindrical-coordinate representation of color #11090E: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11090E is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 9 14 -
CMYK 0 0.47 0.18 0.93
HSL 322.5º 0.31% 0.05% -
HSV(B) 322.5º 0.47% 0.07% -
XYZ 0.41 0.35 0.46 -
YUV 11.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 17 9 14 0 0.47 0.18 0.93 322.5 0.31 0.05
Hex 11 9 E 0 2F 12 5D 142 1F 5
Octal 21 11 16 0 57 22 135 502 37 5
Binary 10001 1001 1110 0 101111 10010 1011101 101000010 11111 101

Color Harmonies of #11090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11090E

Black with #11090E

Text Example


Text Example

White with #11090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11090E; }

 p { color: rgb(17,9,14); }

 H1.HeaderClassName
 {
   color: #11090E;
 }
 .AnyTagClassName
 {
   color: #11090E;
 }
</style>

background-color css

<style>
 a { background-color: #11090E; }

 a { background-color: rgb(17,9,14); }

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

border-color css

<style>
 span { border-color: #11090E; }

 span { border-color: rgb(17,9,14); }

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