#11010B

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

Shades of Melanzane #11010B

Tints of Melanzane #11010B

Color information

#11010B (or 0x11010B) is unknown color: approx Melanzane. HEX triplet: 11, 01 and 0B. RGB value is (17,1,11). Sum of RGB (Red+Green+Blue) = 17+1+11=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #11010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11010B is #EEFEF4. Grayscale: #060606. Windows color (decimal): -15662837 or 721169. OLE color: 721169.

HSL color Cylindrical-coordinate representation of color #11010B: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11010B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB17111-
CMYK00.940.350.93
HSL322.5º88.89%3.53%-
HSV(B)322.5º94.12%6.67%-
XYZ0.30.170.33-
YUV6.92130.3135.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=58.62%
G=3.45%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711100.940.350.93322.588.893.53
Hex111B05E235D142594
Octal211130136431355021314
Binary10001110110101111010001110111011010000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11010B; }

 p { color: rgb(17,1,11); }

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

<style>
 a { background-color: #11010B; }

 a { background-color: rgb(17,1,11); }

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

<style>
 span { border-color: #11010B; }

 span { border-color: rgb(17,1,11); }

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