#150B11

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

Shades of Melanzane #150B11

Tints of Melanzane #150B11

Color information

#150B11 (or 0x150B11) is unknown color: approx Melanzane. HEX triplet: 15, 0B and 11. RGB value is (21,11,17). Sum of RGB (Red+Green+Blue) = 21+11+17=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B11 is #EAF4EE. Grayscale: #0E0E0E. Windows color (decimal): -15398127 or 1116949. OLE color: 1116949.

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

Color convert

RGB211117-
CMYK00.480.190.92
HSL324º31.25%6.27%-
HSV(B)324º47.62%8.24%-
XYZ0.530.440.59-
YUV14.67129.31132.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=42.86%
G=22.45%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21111700.480.190.9232431.256.27
Hex15B11030135C1441f6
Octal25132106023134504376
Binary10101101110001011000010011101110010100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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