#150811

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

Shades of Melanzane #150811

Tints of Melanzane #150811

Color information

#150811 (or 0x150811) is unknown color: approx Melanzane. HEX triplet: 15, 08 and 11. RGB value is (21,8,17). Sum of RGB (Red+Green+Blue) = 21+8+17=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150811 is #EAF7EE. Grayscale: #0C0C0C. Windows color (decimal): -15398895 or 1116181. OLE color: 1116181.

HSL color Cylindrical-coordinate representation of color #150811: hue angle of 318.46º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150811 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB21817-
CMYK00.620.190.92
HSL318.46º44.83%5.69%-
HSV(B)318.46º61.9%8.24%-
XYZ0.50.370.58-
YUV12.91130.31133.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 45.65%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=45.65%
G=17.39%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181700.620.190.92318.4644.835.69
Hex1581103E135C13e2d6
Octal25102107623134476556
Binary101011000100010111110100111011100100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150811; }

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

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

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

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

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

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

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

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