#150510

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

Shades of Melanzane #150510

Tints of Melanzane #150510

Color information

#150510 (or 0x150510) is unknown color: approx Melanzane. HEX triplet: 15, 05 and 10. RGB value is (21,5,16). Sum of RGB (Red+Green+Blue) = 21+5+16=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150510 is #EAFAEF. Grayscale: #0B0B0B. Windows color (decimal): -15399664 or 1049877. OLE color: 1049877.

HSL color Cylindrical-coordinate representation of color #150510: hue angle of 318.75º 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 #150510 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB21516-
CMYK00.760.240.92
HSL318.75º61.54%5.1%-
HSV(B)318.75º76.19%8.24%-
XYZ0.460.310.53-
YUV11.04130.8135.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=50%
G=11.90%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151600.760.240.92318.7561.545.1
Hex1551004C185C13f3e5
Octal25520011430134477765
Binary101011011000001001100110001011100100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150510; }

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

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

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

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

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

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

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

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