#150311

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

Shades of Melanzane #150311

Tints of Melanzane #150311

Color information

#150311 (or 0x150311) is unknown color: approx Melanzane. HEX triplet: 15, 03 and 11. RGB value is (21,3,17). Sum of RGB (Red+Green+Blue) = 21+3+17=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150311 is #EAFCEE. Grayscale: #090909. Windows color (decimal): -15400175 or 1114901. OLE color: 1114901.

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

Color convert

RGB21317-
CMYK00.860.190.92
HSL313.33º75%4.71%-
HSV(B)313.33º85.71%8.24%-
XYZ0.440.270.56-
YUV9.98131.96135.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=51.22%
G=7.32%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131700.860.190.92313.33754.71
Hex15311056135C1394b5
Octal253210126231344711135
Binary101011110001010101101001110111001001110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150311; }

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

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

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

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

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

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

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

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