#11000C

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

Shades of Melanzane #11000C

Tints of Melanzane #11000C

Color information

#11000C (or 0x11000C) is unknown color: approx Melanzane. HEX triplet: 11, 00 and 0C. RGB value is (17,0,12). Sum of RGB (Red+Green+Blue) = 17+0+12=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #11000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000C is #EEFFF3. Grayscale: #060606. Windows color (decimal): -15663092 or 786449. OLE color: 786449.

HSL color Cylindrical-coordinate representation of color #11000C: hue angle of 317.65º 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 #11000C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB17012-
CMYK010.290.93
HSL317.65º100%3.33%-
HSV(B)317.65º100%6.67%-
XYZ0.30.150.36-
YUV6.45131.13135.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=58.62%
G=0%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17012010.290.93317.651003.33
Hex110C0641D5D13e643
Octal210140144351354761443
Binary100010110001100100111011011101100111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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