#150210

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

Shades of Melanzane #150210

Tints of Melanzane #150210

Color information

#150210 (or 0x150210) is unknown color: approx Melanzane. HEX triplet: 15, 02 and 10. RGB value is (21,2,16). Sum of RGB (Red+Green+Blue) = 21+2+16=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150210 is #EAFDEF. Grayscale: #090909. Windows color (decimal): -15400432 or 1049109. OLE color: 1049109.

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

Color convert

RGB21216-
CMYK00.900.240.92
HSL315.79º82.61%4.51%-
HSV(B)315.79º90.48%8.24%-
XYZ0.420.240.51-
YUV9.28131.79136.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=53.85%
G=5.13%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121600.900.240.92315.7982.614.51
Hex1521005A185C13c535
Octal252200132301344741235
Binary101011010000010110101100010111001001111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150210; }

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

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

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

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

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

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

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

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