#11000D

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

Shades of Melanzane #11000D

Tints of Melanzane #11000D

Color information

#11000D (or 0x11000D) is unknown color: approx Melanzane. HEX triplet: 11, 00 and 0D. RGB value is (17,0,13). Sum of RGB (Red+Green+Blue) = 17+0+13=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #11000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000D is #EEFFF2. Grayscale: #060606. Windows color (decimal): -15663091 or 851985. OLE color: 851985.

HSL color Cylindrical-coordinate representation of color #11000D: hue angle of 314.12º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11000D is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB17013-
CMYK010.240.93
HSL314.12º100%3.33%-
HSV(B)314.12º100%6.67%-
XYZ0.30.150.39-
YUV6.56131.63135.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 56.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 43.33%
R=56.67%
G=0%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17013010.240.93314.121003.33
Hex110D064185D13a643
Octal210150144301354721443
Binary100010110101100100110001011101100111010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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