#11000B

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

Shades of Melanzane #11000B

Tints of Melanzane #11000B

Color information

#11000B (or 0x11000B) is unknown color: approx Melanzane. HEX triplet: 11, 00 and 0B. RGB value is (17,0,11). Sum of RGB (Red+Green+Blue) = 17+0+11=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #11000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000B is #EEFFF4. Grayscale: #060606. Windows color (decimal): -15663093 or 720913. OLE color: 720913.

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

Color convert

RGB17011-
CMYK010.350.93
HSL321.18º100%3.33%-
HSV(B)321.18º100%6.67%-
XYZ0.290.140.33-
YUV6.34130.63135.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 39.29%
R=60.71%
G=0%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17011010.350.93321.181003.33
Hex110B064235D141643
Octal210130144431355011443
Binary1000101011011001001000111011101101000001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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