#150512

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

Shades of Melanzane #150512

Tints of Melanzane #150512

Color information

#150512 (or 0x150512) is unknown color: approx Melanzane. HEX triplet: 15, 05 and 12. RGB value is (21,5,18). Sum of RGB (Red+Green+Blue) = 21+5+18=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150512 is #EAFAED. Grayscale: #0B0B0B. Windows color (decimal): -15399662 or 1180949. OLE color: 1180949.

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

Color convert

RGB21518-
CMYK00.760.140.92
HSL311.25º61.54%5.1%-
HSV(B)311.25º76.19%8.24%-
XYZ0.470.310.61-
YUV11.27131.8134.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=47.73%
G=11.36%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151800.760.140.92311.2561.545.1
Hex1551204CE5C1373e5
Octal25522011416134467765
Binary10101101100100100110011101011100100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150512; }

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

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

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

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

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

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

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

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