#11030C

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

Shades of Melanzane #11030C

Tints of Melanzane #11030C

Color information

#11030C (or 0x11030C) is unknown color: approx Melanzane. HEX triplet: 11, 03 and 0C. RGB value is (17,3,12). Sum of RGB (Red+Green+Blue) = 17+3+12=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11030C is #EEFCF3. Grayscale: #080808. Windows color (decimal): -15662324 or 787217. OLE color: 787217.

HSL color Cylindrical-coordinate representation of color #11030C: hue angle of 321.43º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11030C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB17312-
CMYK00.820.290.93
HSL321.43º70%3.92%-
HSV(B)321.43º82.35%6.67%-
XYZ0.330.210.37-
YUV8.21130.14134.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 12 (5.08% from 255) = 37.5%
R=53.12%
G=9.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1731200.820.290.93321.43703.92
Hex113C0521D5D141464
Octal213140122351355011064
Binary10001111100010100101110110111011010000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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