#11040C

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

Shades of Melanzane #11040C

Tints of Melanzane #11040C

Color information

#11040C (or 0x11040C) is unknown color: approx Melanzane. HEX triplet: 11, 04 and 0C. RGB value is (17,4,12). Sum of RGB (Red+Green+Blue) = 17+4+12=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11040C is #EEFBF3. Grayscale: #080808. Windows color (decimal): -15662068 or 787473. OLE color: 787473.

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

Color convert

RGB17412-
CMYK00.760.290.93
HSL323.08º61.9%4.12%-
HSV(B)323.08º76.47%6.67%-
XYZ0.340.230.37-
YUV8.8129.81133.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 12 (5.08% from 255) = 36.36%
R=51.52%
G=12.12%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1741200.760.290.93323.0861.94.12
Hex114C04C1D5D1433e4
Octal21414011435135503764
Binary10001100110001001100111011011101101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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