#150110

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

Shades of Melanzane #150110

Tints of Melanzane #150110

Color information

#150110 (or 0x150110) is unknown color: approx Melanzane. HEX triplet: 15, 01 and 10. RGB value is (21,1,16). Sum of RGB (Red+Green+Blue) = 21+1+16=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150110 is #EAFEEF. Grayscale: #080808. Windows color (decimal): -15400688 or 1048853. OLE color: 1048853.

HSL color Cylindrical-coordinate representation of color #150110: hue angle of 315º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150110 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB21116-
CMYK00.950.240.92
HSL315º90.91%4.31%-
HSV(B)315º95.24%8.24%-
XYZ0.410.220.51-
YUV8.69132.13136.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=55.26%
G=2.63%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111600.950.240.9231590.914.31
Hex1511005F185C13b5b4
Octal251200137301344731334
Binary10101110000010111111100010111001001110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150110; }

 p { color: rgb(21,1,16); }

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

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

 a { background-color: rgb(21,1,16); }

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

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

 span { border-color: rgb(21,1,16); }

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