#150511

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

Shades of Melanzane #150511

Tints of Melanzane #150511

Color information

#150511 (or 0x150511) is unknown color: approx Melanzane. HEX triplet: 15, 05 and 11. RGB value is (21,5,17). Sum of RGB (Red+Green+Blue) = 21+5+17=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150511 is #EAFAEE. Grayscale: #0B0B0B. Windows color (decimal): -15399663 or 1115413. OLE color: 1115413.

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

Color convert

RGB21517-
CMYK00.760.190.92
HSL315º61.54%5.1%-
HSV(B)315º76.19%8.24%-
XYZ0.460.310.57-
YUV11.15131.3135.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=48.84%
G=11.63%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151700.760.190.9231561.545.1
Hex1551104C135C13b3e5
Octal25521011423134473765
Binary101011011000101001100100111011100100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150511; }

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

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

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

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

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

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

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

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