#150612

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

Shades of Melanzane #150612

Tints of Melanzane #150612

Color information

#150612 (or 0x150612) is unknown color: approx Melanzane. HEX triplet: 15, 06 and 12. RGB value is (21,6,18). Sum of RGB (Red+Green+Blue) = 21+6+18=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150612 is #EAF9ED. Grayscale: #0B0B0B. Windows color (decimal): -15399406 or 1181205. OLE color: 1181205.

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

Color convert

RGB21618-
CMYK00.710.140.92
HSL312º55.56%5.29%-
HSV(B)312º71.43%8.24%-
XYZ0.480.330.61-
YUV11.85131.47134.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 6 (2.73% from 255) = 13.33%
BLUE value IS 18 (7.42% from 255) = 40%
R=46.67%
G=13.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2161800.710.140.9231255.565.29
Hex15612047E5C138385
Octal25622010716134470705
Binary10101110100100100011111101011100100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150612; }

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

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

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

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

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

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

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

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