#150F13

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

Shades of Melanzane #150F13

Tints of Melanzane #150F13

Color information

#150F13 (or 0x150F13) is unknown color: approx Melanzane. HEX triplet: 15, 0F and 13. RGB value is (21,15,19). Sum of RGB (Red+Green+Blue) = 21+15+19=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #150F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F13 is #EAF0EC. Grayscale: #111111. Windows color (decimal): -15397101 or 1249045. OLE color: 1249045.

HSL color Cylindrical-coordinate representation of color #150F13: hue angle of 320º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #150F13 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB211519-
CMYK00.290.100.92
HSL320º16.67%7.06%-
HSV(B)320º28.57%8.24%-
XYZ0.60.550.69-
YUV17.25128.99130.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=38.18%
G=27.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21151900.290.100.9232016.677.06
Hex15F1301DA5C140117
Octal25172303512134500217
Binary101011111100110111011010101110010100000010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,15,19); }

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

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

 a { background-color: rgb(21,15,19); }

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

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

 span { border-color: rgb(21,15,19); }

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