#150912

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

Shades of Melanzane #150912

Tints of Melanzane #150912

Color information

#150912 (or 0x150912) is unknown color: approx Melanzane. HEX triplet: 15, 09 and 12. RGB value is (21,9,18). Sum of RGB (Red+Green+Blue) = 21+9+18=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150912 is #EAF6ED. Grayscale: #0D0D0D. Windows color (decimal): -15398638 or 1181973. OLE color: 1181973.

HSL color Cylindrical-coordinate representation of color #150912: hue angle of 315º 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 #150912 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB21918-
CMYK00.570.140.92
HSL315º40%5.88%-
HSV(B)315º57.14%8.24%-
XYZ0.520.40.62-
YUV13.61130.48133.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2191800.570.140.92315405.88
Hex15912039E5C13b286
Octal25112207116134473506
Binary10101100110010011100111101011100100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150912; }

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

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

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

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

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

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

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

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