#150011

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

Shades of Melanzane #150011

Tints of Melanzane #150011

Color information

#150011 (or 0x150011) is unknown color: approx Melanzane. HEX triplet: 15, 00 and 11. RGB value is (21,0,17). Sum of RGB (Red+Green+Blue) = 21+0+17=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150011 is #EAFFEE. Grayscale: #080808. Windows color (decimal): -15400943 or 1114133. OLE color: 1114133.

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

Color convert

RGB21017-
CMYK010.190.92
HSL311.43º100%4.12%-
HSV(B)311.43º100%8.24%-
XYZ0.410.20.55-
YUV8.22132.96137.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=55.26%
G=0%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21017010.190.92311.431004.12
Hex15011064135C137644
Octal250210144231344671444
Binary10101010001011001001001110111001001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150011; }

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

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

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

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

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

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

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

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