#150310

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

Shades of Melanzane #150310

Tints of Melanzane #150310

Color information

#150310 (or 0x150310) is unknown color: approx Melanzane. HEX triplet: 15, 03 and 10. RGB value is (21,3,16). Sum of RGB (Red+Green+Blue) = 21+3+16=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150310 is #EAFCEF. Grayscale: #090909. Windows color (decimal): -15400176 or 1049365. OLE color: 1049365.

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

Color convert

RGB21316-
CMYK00.860.240.92
HSL316.67º75%4.71%-
HSV(B)316.67º85.71%8.24%-
XYZ0.440.260.52-
YUV9.86131.46135.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 16 (6.64% from 255) = 40%
R=52.5%
G=7.5%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131600.860.240.92316.67754.71
Hex15310056185C13d4b5
Octal253200126301344751135
Binary101011110000010101101100010111001001111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150310; }

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

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

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

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

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

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

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

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