Html Css Color HEX #11020E Melanzane

📋 copy color: '#11020E'

red 17 ◦ green 2 ◦ blue 14

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

Shades of Melanzane #11020E

Tints of Melanzane #11020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.06%

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

R = 51.52%
G = 6.06%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11020E (or 0x11020E) is known color: Melanzane. HEX triplet: 11, 02 and 0E. RGB value is (17,2,14). Sum of RGB (Red+Green+Blue) = 17+2+14=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11020E is #EEFDF1. Grayscale: #070707. Windows color (decimal): -15662578 or 918033. OLE color: 918033.

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

Color convert

RGB 17 2 14 -
CMYK 0 0.88 0.18 0.93
HSL 312º 0.79% 0.04% -
HSV(B) 312º 0.88% 0.07% -
XYZ 0.33 0.19 0.44 -
YUV 7.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 17 2 14 0 0.88 0.18 0.93 312 0.79 0.04
Hex 11 2 E 0 58 12 5D 138 4F 4
Octal 21 2 16 0 130 22 135 470 117 4
Binary 10001 10 1110 0 1011000 10010 1011101 100111000 1001111 100

Color Harmonies of #11020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11020E

Black with #11020E

Text Example


Text Example

White with #11020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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