#150111

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

Shades of Melanzane #150111

Tints of Melanzane #150111

Color information

#150111 (or 0x150111) is unknown color: approx Melanzane. HEX triplet: 15, 01 and 11. RGB value is (21,1,17). Sum of RGB (Red+Green+Blue) = 21+1+17=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150111 is #EAFEEE. Grayscale: #080808. Windows color (decimal): -15400687 or 1114389. OLE color: 1114389.

HSL color Cylindrical-coordinate representation of color #150111: hue angle of 312º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150111 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB21117-
CMYK00.950.190.92
HSL312º90.91%4.31%-
HSV(B)312º95.24%8.24%-
XYZ0.420.220.55-
YUV8.8132.63136.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=53.85%
G=2.56%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111700.950.190.9231290.914.31
Hex1511105F135C1385b4
Octal251210137231344701334
Binary10101110001010111111001110111001001110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150111; }

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

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

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

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

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

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

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

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