#150711

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

Shades of Melanzane #150711

Tints of Melanzane #150711

Color information

#150711 (or 0x150711) is unknown color: approx Melanzane. HEX triplet: 15, 07 and 11. RGB value is (21,7,17). Sum of RGB (Red+Green+Blue) = 21+7+17=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150711 is #EAF8EE. Grayscale: #0C0C0C. Windows color (decimal): -15399151 or 1115925. OLE color: 1115925.

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

Color convert

RGB21717-
CMYK00.670.190.92
HSL317.14º50%5.49%-
HSV(B)317.14º66.67%8.24%-
XYZ0.490.350.57-
YUV12.33130.64134.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=46.67%
G=15.56%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171700.670.190.92317.14505.49
Hex15711043135C13d325
Octal25721010323134475625
Binary101011111000101000011100111011100100111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150711; }

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

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

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

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

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

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

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

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