#150C12

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

Shades of Melanzane #150C12

Tints of Melanzane #150C12

Color information

#150C12 (or 0x150C12) is unknown color: approx Melanzane. HEX triplet: 15, 0C and 12. RGB value is (21,12,18). Sum of RGB (Red+Green+Blue) = 21+12+18=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C12 is #EAF3ED. Grayscale: #0F0F0F. Windows color (decimal): -15397870 or 1182741. OLE color: 1182741.

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

Color convert

RGB211218-
CMYK00.430.140.92
HSL320º27.27%6.47%-
HSV(B)320º42.86%8.24%-
XYZ0.550.470.63-
YUV15.38129.48132.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 12 (5.08% from 255) = 23.53%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21121800.430.140.9232027.276.47
Hex15C1202BE5C1401b6
Octal25142205316134500336
Binary1010111001001001010111110101110010100000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150C12; }

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

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

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

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

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

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

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

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