#150A10

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

Shades of Melanzane #150A10

Tints of Melanzane #150A10

Color information

#150A10 (or 0x150A10) is unknown color: approx Melanzane. HEX triplet: 15, 0A and 10. RGB value is (21,10,16). Sum of RGB (Red+Green+Blue) = 21+10+16=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A10 is #EAF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15398384 or 1051157. OLE color: 1051157.

HSL color Cylindrical-coordinate representation of color #150A10: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150A10 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB211016-
CMYK00.520.240.92
HSL327.27º35.48%6.08%-
HSV(B)327.27º52.38%8.24%-
XYZ0.510.410.54-
YUV13.97129.14133.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=44.68%
G=21.28%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21101600.520.240.92327.2735.486.08
Hex15A10034185C147236
Octal25122006430134507436
Binary101011010100000110100110001011100101000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150A10; }

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

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

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

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

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

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

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

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