#150211

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

Shades of Melanzane #150211

Tints of Melanzane #150211

Color information

#150211 (or 0x150211) is unknown color: approx Melanzane. HEX triplet: 15, 02 and 11. RGB value is (21,2,17). Sum of RGB (Red+Green+Blue) = 21+2+17=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150211 is #EAFDEE. Grayscale: #090909. Windows color (decimal): -15400431 or 1114645. OLE color: 1114645.

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

Color convert

RGB21217-
CMYK00.900.190.92
HSL312.63º82.61%4.51%-
HSV(B)312.63º90.48%8.24%-
XYZ0.430.240.55-
YUV9.39132.29136.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 17 (7.03% from 255) = 42.5%
R=52.5%
G=5%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121700.900.190.92312.6382.614.51
Hex1521105A135C139535
Octal252210132231344711235
Binary101011010001010110101001110111001001110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150211; }

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

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

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

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

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

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

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

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