#11050D

Color #11050D Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #11050D

Tints of Melanzane #11050D

Color information

#11050D (or 0x11050D) is unknown color: approx Melanzane. HEX triplet: 11, 05 and 0D. RGB value is (17,5,13). Sum of RGB (Red+Green+Blue) = 17+5+13=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050D is #EEFAF2. Grayscale: #090909. Windows color (decimal): -15661811 or 853265. OLE color: 853265.

HSL color Cylindrical-coordinate representation of color #11050D: hue angle of 320º 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 #11050D is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB17513-
CMYK00.710.240.93
HSL320º54.55%4.31%-
HSV(B)320º70.59%6.67%-
XYZ0.360.260.41-
YUV9.5129.98133.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=48.57%
G=14.29%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1751300.710.240.9332054.554.31
Hex115D047185D140374
Octal21515010730135500674
Binary10001101110101000111110001011101101000000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11050D;
 }
 .AnyTagClassName
 {
   color: #11050D;
 }
</style>
background-color css

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

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

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

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

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

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