#150911

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

Shades of Melanzane #150911

Tints of Melanzane #150911

Color information

#150911 (or 0x150911) is unknown color: approx Melanzane. HEX triplet: 15, 09 and 11. RGB value is (21,9,17). Sum of RGB (Red+Green+Blue) = 21+9+17=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150911 is #EAF6EE. Grayscale: #0D0D0D. Windows color (decimal): -15398639 or 1116437. OLE color: 1116437.

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

Color convert

RGB21917-
CMYK00.570.190.92
HSL320º40%5.88%-
HSV(B)320º57.14%8.24%-
XYZ0.510.40.58-
YUV13.5129.98133.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=44.68%
G=19.15%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2191700.570.190.92320405.88
Hex15911039135C140286
Octal25112107123134500506
Binary101011001100010111001100111011100101000000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150911; }

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

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

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

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

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

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

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

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