#151014

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

Shades of Melanzane #151014

Tints of Melanzane #151014

Color information

#151014 (or 0x151014) is unknown color: approx Melanzane. HEX triplet: 15, 10 and 14. RGB value is (21,16,20). Sum of RGB (Red+Green+Blue) = 21+16+20=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 21 - color contains mainly: red. Hex color #151014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151014 is #EAEFEB. Grayscale: #111111. Windows color (decimal): -15396844 or 1314837. OLE color: 1314837.

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

Color convert

RGB211620-
CMYK00.240.050.92
HSL312º13.51%7.25%-
HSV(B)312º23.81%8.24%-
XYZ0.620.580.74-
YUV17.95129.16130.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=36.84%
G=28.07%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21162000.240.050.9231213.517.25
Hex15101401855C138e7
Octal2520240305134470167
Binary10101100001010001100010110111001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151014; }

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

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

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

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

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

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

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

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