Html Css Color HEX #11050E Melanzane

📋 copy color: '#11050E'

red 17 ◦ green 5 ◦ blue 14

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

Shades of Melanzane #11050E

Tints of Melanzane #11050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 47.22%
G = 13.89%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11050E (or 0x11050E) is known color: Melanzane. HEX triplet: 11, 05 and 0E. RGB value is (17,5,14). Sum of RGB (Red+Green+Blue) = 17+5+14=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050E is #EEFAF1. Grayscale: #090909. Windows color (decimal): -15661810 or 918801. OLE color: 918801.

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

Color convert

RGB 17 5 14 -
CMYK 0 0.71 0.18 0.93
HSL 315º 0.55% 0.04% -
HSV(B) 315º 0.71% 0.07% -
XYZ 0.36 0.26 0.45 -
YUV 9.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 17 5 14 0 0.71 0.18 0.93 315 0.55 0.04
Hex 11 5 E 0 47 12 5D 13B 37 4
Octal 21 5 16 0 107 22 135 473 67 4
Binary 10001 101 1110 0 1000111 10010 1011101 100111011 110111 100

Color Harmonies of #11050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11050E

Black with #11050E

Text Example


Text Example

White with #11050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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