#150411

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

Shades of Melanzane #150411

Tints of Melanzane #150411

Color information

#150411 (or 0x150411) is unknown color: approx Melanzane. HEX triplet: 15, 04 and 11. RGB value is (21,4,17). Sum of RGB (Red+Green+Blue) = 21+4+17=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150411 is #EAFBEE. Grayscale: #0A0A0A. Windows color (decimal): -15399919 or 1115157. OLE color: 1115157.

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

Color convert

RGB21417-
CMYK00.810.190.92
HSL314.12º68%4.9%-
HSV(B)314.12º80.95%8.24%-
XYZ0.450.290.56-
YUV10.56131.63135.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=50%
G=9.52%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141700.810.190.92314.12684.9
Hex15411051135C13a445
Octal254210121231344721045
Binary1010110010001010100011001110111001001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150411; }

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

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

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

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

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

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

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

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