#150712

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

Shades of Melanzane #150712

Tints of Melanzane #150712

Color information

#150712 (or 0x150712) is unknown color: approx Melanzane. HEX triplet: 15, 07 and 12. RGB value is (21,7,18). Sum of RGB (Red+Green+Blue) = 21+7+18=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150712 is #EAF8ED. Grayscale: #0C0C0C. Windows color (decimal): -15399150 or 1181461. OLE color: 1181461.

HSL color Cylindrical-coordinate representation of color #150712: hue angle of 312.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150712 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB21718-
CMYK00.670.140.92
HSL312.86º50%5.49%-
HSV(B)312.86º66.67%8.24%-
XYZ0.490.360.61-
YUV12.44131.14134.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 45.65%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=45.65%
G=15.22%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171800.670.140.92312.86505.49
Hex15712043E5C139325
Octal25722010316134471625
Binary10101111100100100001111101011100100111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150712; }

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

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

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

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

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

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

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

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