#150A11

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

Shades of Melanzane #150A11

Tints of Melanzane #150A11

Color information

#150A11 (or 0x150A11) is unknown color: approx Melanzane. HEX triplet: 15, 0A and 11. RGB value is (21,10,17). Sum of RGB (Red+Green+Blue) = 21+10+17=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A11 is #EAF5EE. Grayscale: #0E0E0E. Windows color (decimal): -15398383 or 1116693. OLE color: 1116693.

HSL color Cylindrical-coordinate representation of color #150A11: hue angle of 321.82º 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 #150A11 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB211017-
CMYK00.520.190.92
HSL321.82º35.48%6.08%-
HSV(B)321.82º52.38%8.24%-
XYZ0.520.420.58-
YUV14.09129.64132.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=43.75%
G=20.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21101700.520.190.92321.8235.486.08
Hex15A11034135C142236
Octal25122106423134502436
Binary101011010100010110100100111011100101000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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