#150412

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

Shades of Melanzane #150412

Tints of Melanzane #150412

Color information

#150412 (or 0x150412) is unknown color: approx Melanzane. HEX triplet: 15, 04 and 12. RGB value is (21,4,18). Sum of RGB (Red+Green+Blue) = 21+4+18=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150412 is #EAFBED. Grayscale: #0A0A0A. Windows color (decimal): -15399918 or 1180693. OLE color: 1180693.

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

Color convert

RGB21418-
CMYK00.810.140.92
HSL310.59º68%4.9%-
HSV(B)310.59º80.95%8.24%-
XYZ0.460.290.6-
YUV10.68132.13135.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=48.84%
G=9.30%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141800.810.140.92310.59684.9
Hex15412051E5C137445
Octal254220121161344671045
Binary101011001001001010001111010111001001101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150412; }

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

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

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

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

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

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

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

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